Skip to content

Commit a6b7c49

Browse files
authored
Fixed missed version of zlib (#17)
1 parent dc8eaeb commit a6b7c49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ boost: 1.80.0
2222
# Only used for MacOS builds
2323
cmake: 3.24.2
2424
protobuf: 3.20.0
25-
zlib: 1.2.12
25+
zlib: 1.2.13
2626
zstd: 1.5.2
2727
snappy: 1.1.9
2828
openssl: 1.1.1q

pkg/mac/build-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PREFIX=$CACHE_DIR/install
5050
###############################################################################
5151
if [ ! -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

0 commit comments

Comments
 (0)