Skip to content

Commit

Permalink
Merge pull request #6160 from radarhere/zlib
Browse files Browse the repository at this point in the history
Updated zlib to 1.2.12
  • Loading branch information
hugovk committed Mar 29, 2022
2 parents 5b6433a + 77b4004 commit a6efaa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions winbuild/build_prepare.py
Expand Up @@ -89,7 +89,7 @@ def cmd_msbuild(
)


SF_MIRROR = "http://iweb.dl.sourceforge.net"
SF_MIRROR = "https://iweb.dl.sourceforge.net"

architectures = {
"x86": {"vcvars_arch": "x86", "msbuild_arch": "Win32"},
Expand Down Expand Up @@ -131,9 +131,9 @@ def cmd_msbuild(
"bins": ["cjpeg.exe", "djpeg.exe"],
},
"zlib": {
"url": "http://zlib.net/zlib1211.zip",
"filename": "zlib1211.zip",
"dir": "zlib-1.2.11",
"url": "https://zlib.net/zlib1212.zip",
"filename": "zlib1212.zip",
"dir": "zlib-1.2.12",
"build": [
cmd_nmake(r"win32\Makefile.msc", "clean"),
cmd_nmake(r"win32\Makefile.msc", "zlib.lib"),
Expand Down

0 comments on commit a6efaa1

Please sign in to comment.