Skip to content

Commit 7bac23d

Browse files
committed
scripts/bootstrap-prefix: use libffi-3.4.5 for Darwin24
Signed-off-by: Fabian Groffen <[email protected]>
1 parent caac940 commit 7bac23d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/bootstrap-prefix.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,7 @@ bootstrap_zlib() {
12571257

12581258
bootstrap_libffi() {
12591259
# 3.0.8: last version to bootstrap on Darwin 9 x86
1260+
bootstrap_gnu libffi 3.4.5 || \
12601261
bootstrap_gnu libffi 3.3 || \
12611262
bootstrap_gnu libffi 3.2.1 || \
12621263
bootstrap_gnu libffi 3.0.8

0 commit comments

Comments
 (0)