build-win32: more love.

This commit is contained in:
Yichun Zhang (agentzh) 2019-09-07 23:25:08 -07:00
parent 3b1b2374c0
commit a717ebd523
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ ZLIB=zlib-1.2.11
OPENSSL=openssl-1.1.0k
JOBS=12
# wget https://www.openssl.org/source/openssl-1.1.0h.tar.gz
# wget https://www.openssl.org/source/openssl-1.1.0k.tar.gz
# wget http://zlib.net/zlib-1.2.11.tar.gz
# wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.42.tar.gz
# wget https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz
rm -rf objs || exit 1
mkdir -p objs/lib || exit 1