mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-15 03:46:28 +03:00
Downgrade auditwheel on Linux
This commit is contained in:
parent
73e3a55996
commit
2a03bb74dd
|
@ -98,6 +98,10 @@ function pre_build {
|
||||||
}
|
}
|
||||||
|
|
||||||
function pip_wheel_cmd {
|
function pip_wheel_cmd {
|
||||||
|
if [ -z "$IS_MACOS" ]; then
|
||||||
|
pipx install --force "auditwheel<5"
|
||||||
|
fi
|
||||||
|
|
||||||
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