Merge pull request #6664 from radarhere/zlib

Updated zlib to 1.2.13
This commit is contained in:
mergify[bot] 2022-10-13 23:58:15 +00:00 committed by GitHub
commit 7ff05929b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,9 +132,9 @@ deps = {
"bins": ["cjpeg.exe", "djpeg.exe"],
},
"zlib": {
"url": "https://zlib.net/zlib1212.zip",
"filename": "zlib1212.zip",
"dir": "zlib-1.2.12",
"url": "https://zlib.net/zlib1213.zip",
"filename": "zlib1213.zip",
"dir": "zlib-1.2.13",
"build": [
cmd_nmake(r"win32\Makefile.msc", "clean"),
cmd_nmake(r"win32\Makefile.msc", "zlib.lib"),