Skip to content

Commit 2f4fa03

Browse files
committed
Remove 3.14 cross-path — it matches 3.13
1 parent 5fdcd3d commit 2f4fa03

File tree

2 files changed

+1
-92
lines changed

2 files changed

+1
-92
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +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 [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]; then
75-
patch -p1 -i ${ROOT}/patch-apple-cross-3.14.patch
76-
elif [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
74+
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
7775
patch -p1 -i ${ROOT}/patch-apple-cross-3.13.patch
7876
elif [ "${PYTHON_MAJMIN_VERSION}" = "3.12" ]; then
7977
patch -p1 -i ${ROOT}/patch-apple-cross-3.12.patch

cpython-unix/patch-apple-cross-3.14.patch

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)