1
0
mirror of https://github.com/openresty/openresty synced 2024-11-09 18:35:51 +01:00

win32: now we use pcre 8.39 and openssl 1.0.2h in our official build.

This commit is contained in:
Yichun Zhang (agentzh) 2016-08-15 15:31:07 -07:00
parent 45700de84a
commit a0e7a6a9fa

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
PCRE=pcre-8.38 PCRE=pcre-8.39
ZLIB=zlib-1.2.8 ZLIB=zlib-1.2.8
OPENSSL=openssl-1.0.2e OPENSSL=openssl-1.0.2h
rm -rf objs || exit 1 rm -rf objs || exit 1
mkdir -p objs/lib || exit 1 mkdir -p objs/lib || exit 1