We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d835e commit c115e73Copy full SHA for c115e73
cpython-windows/build.py
@@ -370,7 +370,7 @@ def hack_props(
370
libffi_path = td / "libffi"
371
tcltk_path = td / ("cpython-bin-deps-%s" % tcltk_commit)
372
xz_path = td / ("xz-%s" % xz_version)
373
- zlib_prefix = "cpython-bin-deps-" if zlib_entry == "zlib-ng" else ""
+ zlib_prefix = "cpython-source-deps-" if zlib_entry == "zlib-ng" else ""
374
zlib_path = td / ("%s%s-%s" % (zlib_prefix, zlib_entry, zlib_version))
375
mpdecimal_path = td / ("mpdecimal-%s" % mpdecimal_version)
376
0 commit comments