win32/win64: upgrade zlib to 1.2.12. (#823)

This commit is contained in:
Johnny Wang 2022-04-11 20:37:22 +08:00 committed by GitHub
parent 4082fb0d1d
commit 733ab1d043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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