Merge pull request #400 from radarhere/zlib

Updated zlib to 1.3
This commit is contained in:
Andrew Murray 2023-09-15 22:15:55 +10:00 committed by GitHub
commit 7a789c4846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ else
GIFLIB_VERSION=5.2.1
fi
if [[ -n "$IS_MACOS" ]] || [[ "$MB_ML_VER" != 2014 ]]; then
ZLIB_VERSION=1.2.13
ZLIB_VERSION=1.3
else
ZLIB_VERSION=1.2.8
fi