Skip to content

Commit

Permalink
Update fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 6, 2024
1 parent 367e0f6 commit 0eadea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpython-unix/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pushd Python-${PYTHON_VERSION}

# configure doesn't support cross-compiling on Apple. Teach it.
if [ "${PYTHON_MAJMIN_VERSION}" = "3.13" ]; then
# FIXME: new patch may be required
# TODO: Add support for cross-compiling on 3.13
:
elif [ "${PYTHON_MAJMIN_VERSION}" = "3.12" ]; then
patch -p1 -i ${ROOT}/patch-apple-cross-3.12.patch
Expand Down

0 comments on commit 0eadea0

Please sign in to comment.