Skip to content

Commit

Permalink
Apply multiarch patch more broadly
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 5, 2024
1 parent be59689 commit 51e7ab1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpython-unix/build-cpython-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ if [ "${CC}" = "clang" ]; then
else
patch -p1 -i ${ROOT}/patch-disable-multiarch-legacy.patch
fi
else
# 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-disable-multiarch-13.patch
fi
fi

autoconf
Expand Down

0 comments on commit 51e7ab1

Please sign in to comment.