Skip to content

Commit 2659ec3

Browse files
committed
Revert "Attempt to remove the zlib1.dll from tcltk builds"
This reverts commit 97b9448.
1 parent 44d71a4 commit 2659ec3

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
@@ -456,13 +456,6 @@ def hack_props(
456456
rb"<tcltkDir>%s\$(ArchName)\</tcltkDir>" % tcltk_path,
457457
)
458458

459-
try:
460-
static_replace_in_file(
461-
tcltkprops_path, rb"<tclZlibDLLName>zlib1.dll</tclZlibDLLName>", rb""
462-
)
463-
except NoSearchStringError:
464-
pass
465-
466459
# We want to statically link against OpenSSL. This requires using our own
467460
# OpenSSL build. This requires some hacking of various files.
468461
openssl_props = pcbuild_path / "openssl.props"

0 commit comments

Comments
 (0)