win32: upgraded deps openssl to 1.1.1w and zlib to 1.3. (#950)
This commit is contained in:
parent
6fe9e3f7e6
commit
8760b0af4a
|
@ -1,13 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
PCRE=pcre-8.45
|
||||
ZLIB=zlib-1.2.13
|
||||
OPENSSL=openssl-1.1.1t
|
||||
ZLIB=zlib-1.3
|
||||
OPENSSL=openssl-1.1.1w
|
||||
JOBS=12
|
||||
|
||||
# wget https://www.openssl.org/source/openssl-1.1.1p.tar.gz
|
||||
# wget http://zlib.net/zlib-1.2.12.tar.gz
|
||||
# wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz
|
||||
# wget https://www.openssl.org/source/openssl-1.1.1w.tar.gz
|
||||
# wget http://zlib.net/zlib-1.3.tar.gz
|
||||
# wget https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz
|
||||
|
||||
rm -rf objs || exit 1
|
||||
mkdir -p objs/lib || exit 1
|
||||
|
|
Loading…
Reference in New Issue