ci/build-mingw64: switch to fossils directory for zlib

This contains current as well as previous versions, while the root
directory only contains the latest version.
This commit is contained in:
Jan Ekström 2022-06-13 22:36:35 +03:00
parent 312a555053
commit 05a3affc58
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ fi
## zlib
if [ ! -e "$prefix_dir/lib/libz.dll.a" ]; then
ver=1.2.11
gettar "https://zlib.net/zlib-${ver}.tar.gz"
gettar "https://zlib.net/fossils/zlib-${ver}.tar.gz"
pushd zlib-${ver}
make -fwin32/Makefile.gcc PREFIX=$TARGET- SHARED_MODE=1 \
DESTDIR="$prefix_dir" install \