Skip to content

Commit d85cd84

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

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
@@ -430,13 +430,6 @@ def hack_props(
430430
rb"<tcltkDir>%s\$(ArchName)\</tcltkDir>" % tcltk_path,
431431
)
432432

433-
try:
434-
static_replace_in_file(
435-
tcltkprops_path, rb"<tclZlibDLLName>zlib1.dll</tclZlibDLLName>", rb""
436-
)
437-
except NoSearchStringError:
438-
pass
439-
440433
# We want to statically link against OpenSSL. This requires using our own
441434
# OpenSSL build. This requires some hacking of various files.
442435
openssl_props = pcbuild_path / "openssl.props"

0 commit comments

Comments
 (0)