We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fbde3 commit 0ee3af8Copy full SHA for 0ee3af8
1 file changed
config.sh
@@ -127,9 +127,6 @@ function pre_build {
127
}
128
129
function pip_wheel_cmd {
130
- git clone https://github.com/pypa/auditwheel
131
- (cd auditwheel && git checkout fe45465 && pipx install --force .)
132
-
133
local abs_wheelhouse=$1
134
if [ -z "$IS_MACOS" ]; then
135
CFLAGS="$CFLAGS --std=c99" # for Raqm
0 commit comments