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 b146e9d commit b4d0c46Copy full SHA for b4d0c46
cpython-windows/build.py
@@ -430,6 +430,13 @@ 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