diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-14 11:19:22 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-15 15:35:45 +0100 |
commit | 86466c946e49d0a501e6616f55b92e913ca535cb (patch) | |
tree | 4b35559265505fd1c7fc7be129ce9d12159bfaa8 /test/bootstrap/test-mixed-bootstrap.sh | |
parent | 637308aeb12552bb1a241cc39746cdc7f46d80ca (diff) | |
download | justbuild-86466c946e49d0a501e6616f55b92e913ca535cb.tar.gz |
Update gsl-lite to 0.40.0
Diffstat (limited to 'test/bootstrap/test-mixed-bootstrap.sh')
-rwxr-xr-x | test/bootstrap/test-mixed-bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bootstrap/test-mixed-bootstrap.sh b/test/bootstrap/test-mixed-bootstrap.sh index 32c887f4..86d47896 100755 --- a/test/bootstrap/test-mixed-bootstrap.sh +++ b/test/bootstrap/test-mixed-bootstrap.sh @@ -39,7 +39,7 @@ cp -r "${ORIG_LOCALBASE}" "${LOCALBASE}" # - gsl-liste rm -rf "${LOCALBASE}/include/gsl-lite" -cp distdir/0.37.0.tar.gz "${DISTDIR}" +cp distdir/v0.40.0.tar.gz "${DISTDIR}" # - fmt rm -rf "${LOCALBASE}/include/fmt*" |