File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ if [ "${AUDITWHEEL_POLICY}" == "manylinux2014" ] ; then
50
50
export TCLTK_LIBS=" -ltk8.6 -ltcl8.6"
51
51
fi
52
52
53
- if [ " ${BASE_POLICY} _${AUDITWHEEL_ARCH} " == " musllinux_armv7l" ]; then
53
+ if [ " ${BASE_POLICY} _${AUDITWHEEL_ARCH} " == " manylinux_armv7l" ]; then
54
+ CONFIGURE_ARGS=" ${CONFIGURE_ARGS} --build=armv7l-unknown-linux-gnueabihf"
55
+ elif [ " ${BASE_POLICY} _${AUDITWHEEL_ARCH} " == " musllinux_armv7l" ]; then
54
56
CONFIGURE_ARGS=" ${CONFIGURE_ARGS} --build=arm-linux-musleabihf"
55
57
fi
56
58
@@ -71,6 +73,8 @@ if [ "${OPENSSL_PREFIX}" != "" ]; then
71
73
esac
72
74
fi
73
75
76
+ unset _PYTHON_HOST_PLATFORM
77
+
74
78
# configure with hardening options only for the interpreter & stdlib C extensions
75
79
# do not change the default for user built extension (yet?)
76
80
./configure \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ "${AUDITWHEEL_ARCH}" == "i686" ] && [ "$(uname -m)" == "x86_64" ]; then
6
6
linux32 " $@ "
7
7
elif [ " ${AUDITWHEEL_ARCH} " == " armv7l" ] && [ " $( uname -m) " != " armv7l" ]; then
8
8
if [ " $( linux32 uname -m) " == " armv8l" ]; then
9
- export _PYTHON_HOST_PLATFORM=" linux_armv7l "
9
+ export _PYTHON_HOST_PLATFORM=" linux-armv7l "
10
10
fi
11
11
linux32 " $@ "
12
12
else
You can’t perform that action at this time.
0 commit comments