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

Commit fdc6ddc

Browse files
committed
Updated zlib to 1.2.13
1 parent 4d07f21 commit fdc6ddc

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

config.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
GIFLIB_VERSION=5.2.1
1919
fi
2020
if [[ -n "$IS_MACOS" ]] || [[ "$MB_ML_VER" != 2014 ]]; then
21-
ZLIB_VERSION=1.2.12
21+
ZLIB_VERSION=1.2.13
2222
else
2323
ZLIB_VERSION=1.2.8
2424
fi
@@ -59,11 +59,6 @@ function pre_build {
5959
if [ -z "$IS_ALPINE" ] && [ -z "$IS_MACOS" ]; then
6060
yum remove -y zlib-devel
6161
fi
62-
63-
if [[ -n "$IS_MACOS" ]]; then
64-
# Workaround for zlib 1.2.12
65-
export cc=$CC
66-
fi
6762
build_new_zlib
6863

6964
if [ -n "$IS_MACOS" ]; then

0 commit comments

Comments
 (0)