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

Commit

Permalink
Merge pull request #298 from radarhere/auditwheel
Browse files Browse the repository at this point in the history
Updated auditwheel to include auditwheel#376
  • Loading branch information
radarhere authored Jun 28, 2022
2 parents 451cca0 + 0fb76f9 commit 4d853f5
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 4d853f5

Please sign in to comment.