Downgrade auditwheel on Linux

This commit is contained in:
Andrew Murray 2021-09-24 21:11:13 +10:00
parent 73e3a55996
commit 2a03bb74dd

View File

@ -98,6 +98,10 @@ function pre_build {
}
function pip_wheel_cmd {
if [ -z "$IS_MACOS" ]; then
pipx install --force "auditwheel<5"
fi
local abs_wheelhouse=$1
if [ -z "$IS_MACOS" ]; then
CFLAGS="$CFLAGS --std=c99" # for Raqm