Skip to content

Commit

Permalink
Merge pull request python-pillow#333 from radarhere/zlib
Browse files Browse the repository at this point in the history
Updated zlib to 1.2.13
  • Loading branch information
mergify[bot] authored Oct 14, 2022
2 parents 4d07f21 + fdc6ddc commit eaf0db4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
GIFLIB_VERSION=5.2.1
fi
if [[ -n "$IS_MACOS" ]] || [[ "$MB_ML_VER" != 2014 ]]; then
ZLIB_VERSION=1.2.12
ZLIB_VERSION=1.2.13
else
ZLIB_VERSION=1.2.8
fi
Expand Down Expand Up @@ -59,11 +59,6 @@ function pre_build {
if [ -z "$IS_ALPINE" ] && [ -z "$IS_MACOS" ]; then
yum remove -y zlib-devel
fi

if [[ -n "$IS_MACOS" ]]; then
# Workaround for zlib 1.2.12
export cc=$CC
fi
build_new_zlib

if [ -n "$IS_MACOS" ]; then
Expand Down

0 comments on commit eaf0db4

Please sign in to comment.