Skip to content

Commit

Permalink
Remove 3.14 cross-path — it matches 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 19, 2024
1 parent 5fdcd3d commit 2f4fa03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 92 deletions.
4 changes: 1 addition & 3 deletions cpython-unix/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ pushd Python-${PYTHON_VERSION}

# configure doesn't support cross-compiling on Apple. Teach it.
if [ "${PYBUILD_PLATFORM}" = "macos" ]; then
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_14}" ]; then
patch -p1 -i ${ROOT}/patch-apple-cross-3.14.patch
elif [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
patch -p1 -i ${ROOT}/patch-apple-cross-3.13.patch
elif [ "${PYTHON_MAJMIN_VERSION}" = "3.12" ]; then
patch -p1 -i ${ROOT}/patch-apple-cross-3.12.patch
Expand Down
89 changes: 0 additions & 89 deletions cpython-unix/patch-apple-cross-3.14.patch

This file was deleted.

0 comments on commit 2f4fa03

Please sign in to comment.