We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8eaeb commit a6b7c49Copy full SHA for a6b7c49
dependencies.yaml
@@ -22,7 +22,7 @@ boost: 1.80.0
22
# Only used for MacOS builds
23
cmake: 3.24.2
24
protobuf: 3.20.0
25
-zlib: 1.2.12
+zlib: 1.2.13
26
zstd: 1.5.2
27
snappy: 1.1.9
28
openssl: 1.1.1q
pkg/mac/build-dependencies.sh
@@ -50,7 +50,7 @@ PREFIX=$CACHE_DIR/install
50
###############################################################################
51
if [ ! -f zlib-${ZLIB_VERSION}/.done ]; then
52
echo "Building ZLib"
53
- curl -O -L https://zlib.net/zlib-${ZLIB_VERSION}.tar.gz
+ curl -O -L https://zlib.net/fossils/zlib-${ZLIB_VERSION}.tar.gz
54
tar xfz zlib-$ZLIB_VERSION.tar.gz
55
pushd zlib-$ZLIB_VERSION
56
CFLAGS="-fPIC -O3 -arch arm64 -arch x86_64 -mmacosx-version-min=${MACOSX_DEPLOYMENT_TARGET}" ./configure --prefix=$PREFIX
0 commit comments