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 5a1d021 commit d85cd84Copy full SHA for d85cd84
cpython-windows/build.py
@@ -430,13 +430,6 @@ def hack_props(
430
rb"<tcltkDir>%s\$(ArchName)\</tcltkDir>" % tcltk_path,
431
)
432
433
- try:
434
- static_replace_in_file(
435
- tcltkprops_path, rb"<tclZlibDLLName>zlib1.dll</tclZlibDLLName>", rb""
436
- )
437
- except NoSearchStringError:
438
- pass
439
-
440
# We want to statically link against OpenSSL. This requires using our own
441
# OpenSSL build. This requires some hacking of various files.
442
openssl_props = pcbuild_path / "openssl.props"
0 commit comments