We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754b147 commit 950d07eCopy full SHA for 950d07e
nginx-build-msys2.sh
@@ -61,7 +61,8 @@ git checkout -b patch
61
git am -3 ../nginx-*.patch
62
63
# download deps
64
-wget -c -nv "https://zlib.net/${ZLIB}.tar.xz"
+wget -c -nv "https://zlib.net/${ZLIB}.tar.xz" || \
65
+ wget -c -nv "http://prdownloads.sourceforge.net/libpng/${ZLIB}.tar.xz"
66
tar -xf "${ZLIB}.tar.xz"
67
wget -c -nv "https://ftp.pcre.org/pub/pcre/${PCRE}.tar.bz2"
68
tar -xf "${PCRE}.tar.bz2"
0 commit comments