Skip to content

Commit c52ba1f

Browse files
committed
Revert "Attempt to remove the zlib1.dll from tcltk builds"
This reverts commit 97b9448.
1 parent b625afc commit c52ba1f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cpython-windows/build.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -436,13 +436,6 @@ def hack_props(
436436
rb"<tcltkDir>%s\$(ArchName)\</tcltkDir>" % tcltk_path,
437437
)
438438

439-
try:
440-
static_replace_in_file(
441-
tcltkprops_path, rb"<tclZlibDLLName>zlib1.dll</tclZlibDLLName>", rb""
442-
)
443-
except NoSearchStringError:
444-
pass
445-
446439
# We want to statically link against OpenSSL. This requires using our own
447440
# OpenSSL build. This requires some hacking of various files.
448441
openssl_props = pcbuild_path / "openssl.props"

0 commit comments

Comments
 (0)