From 0fb76f92d0f047013f33ff680aba1ef1bd5c829b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 23 May 2022 23:06:52 +1000 Subject: [PATCH] Updated auditwheel to include auditwheel#376 --- config.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sh b/config.sh index 93ae3693e..1c34433a3 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