File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ boost: 1.80.0
2222# Only used for MacOS builds
2323cmake : 3.24.2
2424protobuf : 3.20.0
25- zlib : 1.2.12
25+ zlib : 1.2.13
2626zstd : 1.5.2
2727snappy : 1.1.9
2828openssl : 1.1.1q
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ PREFIX=$CACHE_DIR/install
5050# ##############################################################################
5151if [ ! -f zlib-${ZLIB_VERSION} /.done ]; then
5252 echo " Building ZLib"
53- curl -O -L https://zlib.net/zlib-${ZLIB_VERSION} .tar.gz
53+ curl -O -L https://zlib.net/fossils/ zlib-${ZLIB_VERSION} .tar.gz
5454 tar xfz zlib-$ZLIB_VERSION .tar.gz
5555 pushd zlib-$ZLIB_VERSION
5656 CFLAGS=" -fPIC -O3 -arch arm64 -arch x86_64 -mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET} " ./configure --prefix=$PREFIX
You can’t perform that action at this time.
0 commit comments