diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-09-18 21:50:53 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-09-18 21:50:53 +0200 |
commit | 7bac23df5207994ccf1bbdb7227fbdd713163224 (patch) | |
tree | 6ec09aa38e8d70d6c239b59858ca184fbca37965 | |
parent | scripts/bootstrap-prefix: remove automatic CPU_FLAGS_* setting (diff) | |
download | prefix-7bac23df5207994ccf1bbdb7227fbdd713163224.tar.gz prefix-7bac23df5207994ccf1bbdb7227fbdd713163224.tar.bz2 prefix-7bac23df5207994ccf1bbdb7227fbdd713163224.zip |
scripts/bootstrap-prefix: use libffi-3.4.5 for Darwin24
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-x | scripts/bootstrap-prefix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 5ad9f4dc7a..a4e3673dd7 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1257,6 +1257,7 @@ bootstrap_zlib() { bootstrap_libffi() { # 3.0.8: last version to bootstrap on Darwin 9 x86 + bootstrap_gnu libffi 3.4.5 || \ bootstrap_gnu libffi 3.3 || \ bootstrap_gnu libffi 3.2.1 || \ bootstrap_gnu libffi 3.0.8 |