mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-29 18:54:16 +03:00
Merge pull request #335 from radarhere/auditwheel
Updated auditwheel to 5.2.0
This commit is contained in:
commit
61d40c91cc
|
@ -127,9 +127,6 @@ function pre_build {
|
||||||
}
|
}
|
||||||
|
|
||||||
function pip_wheel_cmd {
|
function pip_wheel_cmd {
|
||||||
git clone https://github.com/pypa/auditwheel
|
|
||||||
(cd auditwheel && git checkout fe45465 && pipx install --force .)
|
|
||||||
|
|
||||||
local abs_wheelhouse=$1
|
local abs_wheelhouse=$1
|
||||||
if [ -z "$IS_MACOS" ]; then
|
if [ -z "$IS_MACOS" ]; then
|
||||||
CFLAGS="$CFLAGS --std=c99" # for Raqm
|
CFLAGS="$CFLAGS --std=c99" # for Raqm
|
||||||
|
|
Loading…
Reference in New Issue
Block a user