Merge pull request #298 from radarhere/auditwheel

Updated auditwheel to include auditwheel#376
This commit is contained in:
Andrew Murray 2022-06-28 20:41:54 +10:00 committed by GitHub
commit 4d853f5608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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