Skip to content

Commit 415ff40

Browse files
committed
build: bump libffi to 3.5.2
Signed-off-by: James Calligeros <[email protected]>
1 parent 90189d0 commit 415ff40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ PYTHON_VER=3.13.9
99
PYTHON_PKG=python-$PYTHON_VER-macos11.pkg
1010
PYTHON_URI="https://www.python.org/ftp/python/$PYTHON_VER/$PYTHON_PKG"
1111

12-
LIBFFI_VER=3.4.6
12+
LIBFFI_VER=3.5.2
1313
LIBFFI_MANIFEST_URI="https://ghcr.io/v2/homebrew/core/libffi/manifests/$LIBFFI_VER"
1414
LIBFFI_BASE_URI="https://ghcr.io/v2/homebrew/core/libffi/blobs"
15-
LIBFFI_TARGET_OS="macOS 12.6"
15+
LIBFFI_TARGET_OS="macOS 26"
1616
LIBFFI_PKG="libffi-$LIBFFI_VER-macos.tar.gz"
1717

1818
M1N1="$PWD/m1n1"

0 commit comments

Comments
 (0)