Merge pull request #204 from radarhere/zlib

This commit is contained in:
Hugo van Kemenade 2021-06-16 21:57:14 +03:00 committed by GitHub
commit 97aa3624de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,10 +45,8 @@ function pre_build {
# Runs in the root directory of this repository.
curl -fsSL -o pillow-depends-master.zip https://github.com/python-pillow/pillow-depends/archive/master.zip
untar pillow-depends-master.zip
if [ -n "$IS_MACOS" ]; then
# Update to latest zlib for macOS build
build_new_zlib
fi
if [ -n "$IS_MACOS" ]; then
ORIGINAL_BUILD_PREFIX=$BUILD_PREFIX