diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-25 12:32:52 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-26 17:34:04 +0100 |
commit | 96bcf5e1a7615b9aa15d767a25c887b0bbdc34da (patch) | |
tree | 33776d6486e4e9d41948ea68bf9f99ce69b946dc /test | |
parent | 11d424bce0cbd85fb7ff82c506fce30186378216 (diff) | |
download | justbuild-96bcf5e1a7615b9aa15d767a25c887b0bbdc34da.tar.gz |
third-party: Update fmt to v10.2.1
Also updates the test-mixed-bootstrap script which must use the
explicit library version.
Diffstat (limited to 'test')
-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 e9f8681b..80a082f3 100755 --- a/test/bootstrap/test-mixed-bootstrap.sh +++ b/test/bootstrap/test-mixed-bootstrap.sh @@ -44,7 +44,7 @@ cp distdir/v4.0.0.tar.gz "${DISTDIR}" # - fmt rm -rf "${LOCALBASE}/include/fmt*" rm -rf "${LOCALBASE}/lib/libfmt*" -cp distdir/fmt-10.1.1.zip "${DISTDIR}" +cp distdir/fmt-10.2.1.zip "${DISTDIR}" # bootstrap command |