Skip to content

Commit

Permalink
Merge pull request #225 from radarhere/zlib_auditwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 11, 2021
2 parents 87bb94f + 2a03bb7 commit 464d0b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ function pre_build {
untar pillow-depends-master.zip

build_xz
if [ -z "$IS_MACOS" ]; then
yum remove -y zlib-devel
fi
build_new_zlib

if [ -n "$IS_MACOS" ]; then
Expand Down Expand Up @@ -95,6 +98,10 @@ function pre_build {
}

function pip_wheel_cmd {
if [ -z "$IS_MACOS" ]; then
pipx install --force "auditwheel<5"
fi

local abs_wheelhouse=$1
if [ -z "$IS_MACOS" ]; then
CFLAGS="$CFLAGS --std=c99" # for Raqm
Expand Down

0 comments on commit 464d0b1

Please sign in to comment.