We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90189d0 commit 415ff40Copy full SHA for 415ff40
1 file changed
build.sh
@@ -9,10 +9,10 @@ PYTHON_VER=3.13.9
9
PYTHON_PKG=python-$PYTHON_VER-macos11.pkg
10
PYTHON_URI="https://www.python.org/ftp/python/$PYTHON_VER/$PYTHON_PKG"
11
12
-LIBFFI_VER=3.4.6
+LIBFFI_VER=3.5.2
13
LIBFFI_MANIFEST_URI="https://ghcr.io/v2/homebrew/core/libffi/manifests/$LIBFFI_VER"
14
LIBFFI_BASE_URI="https://ghcr.io/v2/homebrew/core/libffi/blobs"
15
-LIBFFI_TARGET_OS="macOS 12.6"
+LIBFFI_TARGET_OS="macOS 26"
16
LIBFFI_PKG="libffi-$LIBFFI_VER-macos.tar.gz"
17
18
M1N1="$PWD/m1n1"
0 commit comments