Skip to content

Commit 51e7ab1

Browse files
committed
Apply multiarch patch more broadly
1 parent be59689 commit 51e7ab1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpython-unix/build-cpython-host.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ if [ "${CC}" = "clang" ]; then
4545
else
4646
patch -p1 -i ${ROOT}/patch-disable-multiarch-legacy.patch
4747
fi
48+
else
49+
# This appears to also be a problem for musl builds on 3.13.
50+
if [ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]; then
51+
patch -p1 -i ${ROOT}/patch-disable-multiarch-13.patch
52+
fi
4853
fi
4954

5055
autoconf

0 commit comments

Comments
 (0)