mirror of
https://github.com/nginx/nginx.git
synced 2026-02-03 20:29:27 -05:00
Updated OpenSSL and PCRE used for win32 builds.
Some checks are pending
buildbot / buildbot (push) Waiting to run
Some checks are pending
buildbot / buildbot (push) Waiting to run
This commit is contained in:
parent
3afd85e4b5
commit
86e5930e76
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ TEMP = tmp
|
||||||
|
|
||||||
CC = cl
|
CC = cl
|
||||||
OBJS = objs.msvc8
|
OBJS = objs.msvc8
|
||||||
OPENSSL = openssl-3.5.4
|
OPENSSL = openssl-3.5.5
|
||||||
ZLIB = zlib-1.3.1
|
ZLIB = zlib-1.3.1
|
||||||
PCRE = pcre2-10.46
|
PCRE = pcre2-10.47
|
||||||
|
|
||||||
|
|
||||||
release: export
|
release: export
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue