Skip to content

Commit 6373e8b

Browse files
committed
Use .tar.gz zlib to match macOS and Linux
1 parent a7338f8 commit 6373e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

winbuild/build_prepare.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ def cmd_msbuild(
159159
"bins": ["cjpeg.exe", "djpeg.exe"],
160160
},
161161
"zlib": {
162-
"url": f"https://github.com/zlib-ng/zlib-ng/archive/refs/tags/{V['ZLIBNG']}.zip",
163-
"filename": f"zlib-ng-{V['ZLIBNG']}.zip",
162+
"url": f"https://github.com/zlib-ng/zlib-ng/archive/refs/tags/{V['ZLIBNG']}.tar.gz",
163+
"filename": f"zlib-ng-{V['ZLIBNG']}.tar.gz",
164164
"dir": f"zlib-ng-{V['ZLIBNG']}",
165165
"license": "LICENSE.md",
166166
"patch": {

0 commit comments

Comments
 (0)