Skip to content

Commit 474f22e

Browse files
committed
修改zlib分支
1 parent e24c6f3 commit 474f22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mkdir lib
1515
cd lib
1616

1717
git clone "https://github.com/PCRE2Project/pcre2.git" ./pcre2 --branch "release/pcre2-10.45" # PCRE2
18-
git clone "https://github.com/madler/zlib.git" ./zlib --branch "master" # zlib
18+
git clone "https://github.com/madler/zlib.git" ./zlib --branch "develop" # zlib
1919
git clone "https://github.com/openssl/openssl.git" ./openssl --branch "master" # OpenSSL
2020

2121
cd ..

0 commit comments

Comments
 (0)