Skip to content

Commit

Permalink
Updated OpenSSL and PCRE used for win32 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdounin committed Dec 28, 2021
1 parent 1f01183 commit d34c7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ TEMP = tmp

CC = cl
OBJS = objs.msvc8
OPENSSL = openssl-1.1.1l
OPENSSL = openssl-1.1.1m
ZLIB = zlib-1.2.11
PCRE = pcre-8.44
PCRE = pcre2-10.39


release: export
Expand Down

0 comments on commit d34c7b9

Please sign in to comment.