mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
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:
parent
312a555053
commit
05a3affc58
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user