From ce07009282f3a87f4618cf972e16b757b710b374 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 16 Jun 2021 21:27:59 +1000 Subject: [PATCH] Build zlib on Linux as well --- config.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.sh b/config.sh index a4e36eb04..5aa87d284 100644 --- a/config.sh +++ b/config.sh @@ -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 + + build_new_zlib if [ -n "$IS_MACOS" ]; then ORIGINAL_BUILD_PREFIX=$BUILD_PREFIX