mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-27 17:30:40 +03:00
Merge pull request #225 from radarhere/zlib_auditwheel
This commit is contained in:
commit
464d0b1174
|
@ -25,6 +25,9 @@ function pre_build {
|
||||||
untar pillow-depends-master.zip
|
untar pillow-depends-master.zip
|
||||||
|
|
||||||
build_xz
|
build_xz
|
||||||
|
if [ -z "$IS_MACOS" ]; then
|
||||||
|
yum remove -y zlib-devel
|
||||||
|
fi
|
||||||
build_new_zlib
|
build_new_zlib
|
||||||
|
|
||||||
if [ -n "$IS_MACOS" ]; then
|
if [ -n "$IS_MACOS" ]; then
|
||||||
|
@ -95,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