Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Updated auditwheel to include auditwheel#376
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed May 23, 2022
1 parent a7f3b8e commit 0fb76f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fb76f9

Please sign in to comment.