We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d07f21 commit fdc6ddcCopy full SHA for fdc6ddc
1 file changed
config.sh
@@ -18,7 +18,7 @@ else
18
GIFLIB_VERSION=5.2.1
19
fi
20
if [[ -n "$IS_MACOS" ]] || [[ "$MB_ML_VER" != 2014 ]]; then
21
- ZLIB_VERSION=1.2.12
+ ZLIB_VERSION=1.2.13
22
else
23
ZLIB_VERSION=1.2.8
24
@@ -59,11 +59,6 @@ function pre_build {
59
if [ -z "$IS_ALPINE" ] && [ -z "$IS_MACOS" ]; then
60
yum remove -y zlib-devel
61
62
-
63
- if [[ -n "$IS_MACOS" ]]; then
64
- # Workaround for zlib 1.2.12
65
- export cc=$CC
66
- fi
67
build_new_zlib
68
69
if [ -n "$IS_MACOS" ]; then
0 commit comments