Skip to content

Commit babae12

Browse files
committed
Apply 3.13 apple-cross patch to 3.14
1 parent 97e7693 commit babae12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pushd Python-${PYTHON_VERSION}
7171

7272
# configure doesn't support cross-compiling on Apple. Teach it.
7373
if [ "${PYBUILD_PLATFORM}" = "macos" ]; then
74-
if [ "${PYTHON_MAJMIN_VERSION}" = "3.13" ]; then
74+
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
7575
patch -p1 -i ${ROOT}/patch-apple-cross-3.13.patch
7676
elif [ "${PYTHON_MAJMIN_VERSION}" = "3.12" ]; then
7777
patch -p1 -i ${ROOT}/patch-apple-cross-3.12.patch

0 commit comments

Comments
 (0)