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 97e7693 commit babae12Copy full SHA for babae12
cpython-unix/build-cpython.sh
@@ -71,7 +71,7 @@ pushd Python-${PYTHON_VERSION}
71
72
# configure doesn't support cross-compiling on Apple. Teach it.
73
if [ "${PYBUILD_PLATFORM}" = "macos" ]; then
74
- if [ "${PYTHON_MAJMIN_VERSION}" = "3.13" ]; then
+ if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
75
patch -p1 -i ${ROOT}/patch-apple-cross-3.13.patch
76
elif [ "${PYTHON_MAJMIN_VERSION}" = "3.12" ]; then
77
patch -p1 -i ${ROOT}/patch-apple-cross-3.12.patch
0 commit comments