summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2022-06-13 22:36:35 +0300
committerJan Ekström <jeebjp@gmail.com>2022-06-15 21:19:10 +0300
commit05a3affc5856c2e3d05a86bf1486219905104931 (patch)
tree788693baa9438fdaa9d050ca3dbf93e14a039adb
parent312a555053133a88e3db49592384958eeae6c8f3 (diff)
downloadmpv-05a3affc5856c2e3d05a86bf1486219905104931.tar.bz2
mpv-05a3affc5856c2e3d05a86bf1486219905104931.tar.xz
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.
-rwxr-xr-xci/build-mingw64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh
index 456c38b8c2..a495125c15 100755
--- a/ci/build-mingw64.sh
+++ b/ci/build-mingw64.sh
@@ -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 \