Skip to content

Commit 4d853f5

Browse files
authored
Merge pull request python-pillow#298 from radarhere/auditwheel
Updated auditwheel to include auditwheel#376
2 parents 451cca0 + 0fb76f9 commit 4d853f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ function pre_build {
140140
}
141141

142142
function pip_wheel_cmd {
143+
git clone https://github.com/pypa/auditwheel
144+
(cd auditwheel && git checkout fe45465 && pipx install --force .)
145+
143146
local abs_wheelhouse=$1
144147
if [ -z "$IS_MACOS" ]; then
145148
CFLAGS="$CFLAGS --std=c99" # for Raqm

0 commit comments

Comments
 (0)