Skip to content

Commit

Permalink
win32: upgraded deps openssl to 1.1.1w and zlib to 1.3. (openresty#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocang committed Dec 31, 2023
1 parent 6fe9e3f commit 8760b0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions util/build-win32.sh
Original file line number Diff line number Diff line change
@@ -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:https://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:https://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
Expand Down

0 comments on commit 8760b0a

Please sign in to comment.