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.
zlib1.dll
1 parent 44d71a4 commit 2659ec3Copy full SHA for 2659ec3
cpython-windows/build.py
@@ -456,13 +456,6 @@ def hack_props(
456
rb"<tcltkDir>%s\$(ArchName)\</tcltkDir>" % tcltk_path,
457
)
458
459
- try:
460
- static_replace_in_file(
461
- tcltkprops_path, rb"<tclZlibDLLName>zlib1.dll</tclZlibDLLName>", rb""
462
- )
463
- except NoSearchStringError:
464
- pass
465
-
466
# We want to statically link against OpenSSL. This requires using our own
467
# OpenSSL build. This requires some hacking of various files.
468
openssl_props = pcbuild_path / "openssl.props"
0 commit comments