Merge pull request #335 from radarhere/auditwheel

Updated auditwheel to 5.2.0
This commit is contained in:
Hugo van Kemenade 2022-10-23 06:39:33 +02:00 committed by GitHub
commit 61d40c91cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,9 +127,6 @@ 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