Skip to content

Commit c115e73

Browse files
committed
Fix bin -> source
1 parent f8d835e commit c115e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-windows/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def hack_props(
370370
libffi_path = td / "libffi"
371371
tcltk_path = td / ("cpython-bin-deps-%s" % tcltk_commit)
372372
xz_path = td / ("xz-%s" % xz_version)
373-
zlib_prefix = "cpython-bin-deps-" if zlib_entry == "zlib-ng" else ""
373+
zlib_prefix = "cpython-source-deps-" if zlib_entry == "zlib-ng" else ""
374374
zlib_path = td / ("%s%s-%s" % (zlib_prefix, zlib_entry, zlib_version))
375375
mpdecimal_path = td / ("mpdecimal-%s" % mpdecimal_version)
376376

0 commit comments

Comments
 (0)