Skip to content

Commit

Permalink
Try using disable patch instead of musl-specific one
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 6, 2024
1 parent 0eadea0 commit 5cf6656
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 @@ -120,7 +120,7 @@ if [ "${CC}" = "clang" ]; then
elif [ "${CC}" = "musl-clang" ]; then
# This appears to also be a problem for musl builds on 3.13.
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
patch -p1 -i ${ROOT}/patch-musl-multiarch-13.patch
patch -p1 -i ${ROOT}/patch-disable-multiarch-13.patch
fi
fi

Expand Down

0 comments on commit 5cf6656

Please sign in to comment.