diff --git a/config.sh b/config.sh index c3dc95efc..dd124d029 100644 --- a/config.sh +++ b/config.sh @@ -140,6 +140,9 @@ function pre_build { } function pip_wheel_cmd { + git clone https://github.com/pypa/auditwheel + (cd auditwheel && git checkout fe45465 && pipx install --force .) + local abs_wheelhouse=$1 if [ -z "$IS_MACOS" ]; then CFLAGS="$CFLAGS --std=c99" # for Raqm