win32: upgraded deps zlib to 1.3.1.

pull/987/head
jiahao 9 months ago
parent cc86d58043
commit 28857c35f1
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B

@ -1,12 +1,12 @@
#!/bin/bash
PCRE=pcre-8.45
ZLIB=zlib-1.3
ZLIB=zlib-1.3.1
OPENSSL=openssl-1.1.1w
JOBS=12
# wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz
# wget http://zlib.net/zlib-1.3.tar.gz
# wget http://zlib.net/zlib-1.3.1.tar.gz
# wget https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz
rm -rf objs || exit 1

Loading…
Cancel
Save