We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7bc0c commit 4ace79fCopy full SHA for 4ace79f
docker/build_scripts/build-cpython.sh
@@ -50,7 +50,9 @@ if [ "${AUDITWHEEL_POLICY}" == "manylinux2014" ] ; then
50
export TCLTK_LIBS="-ltk8.6 -ltcl8.6"
51
fi
52
53
-if [ "${BASE_POLICY}_${AUDITWHEEL_ARCH}" == "musllinux_armv7l" ]; then
+if [ "${BASE_POLICY}_${AUDITWHEEL_ARCH}" == "manylinux_armv7l" ]; then
54
+ CONFIGURE_ARGS="${CONFIGURE_ARGS} --build=arm-linux-gnueabihf"
55
+elif [ "${BASE_POLICY}_${AUDITWHEEL_ARCH}" == "musllinux_armv7l" ]; then
56
CONFIGURE_ARGS="${CONFIGURE_ARGS} --build=arm-linux-musleabihf"
57
58
0 commit comments