Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 97aa362

Browse files
authored
Merge pull request #204 from radarhere/zlib
2 parents fd81da7 + ce07009 commit 97aa362

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ function pre_build {
4545
# Runs in the root directory of this repository.
4646
curl -fsSL -o pillow-depends-master.zip https://github.com/python-pillow/pillow-depends/archive/master.zip
4747
untar pillow-depends-master.zip
48-
if [ -n "$IS_MACOS" ]; then
49-
# Update to latest zlib for macOS build
50-
build_new_zlib
51-
fi
48+
49+
build_new_zlib
5250

5351
if [ -n "$IS_MACOS" ]; then
5452
ORIGINAL_BUILD_PREFIX=$BUILD_PREFIX

0 commit comments

Comments
 (0)