diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-09 12:26:37 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-09 16:36:21 +0200 |
commit | a58110bb7a3fa2a112085ce378f508b39e4f7096 (patch) | |
tree | 6917eba1251b2795e92c90f78838dc4ad28e00a6 /test/bootstrap/test-mixed-bootstrap.sh | |
parent | 7e44903a7e1bb30947867b267faae959888e214e (diff) | |
download | justbuild-a58110bb7a3fa2a112085ce378f508b39e4f7096.tar.gz |
Update fmt library
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 d43a6a58..981116c4 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-9.1.0.zip "${DISTDIR}" +cp distdir/fmt-10.0.0.zip "${DISTDIR}" # bootstrap command |