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 1002345 commit 97b9448Copy full SHA for 97b9448
cpython-windows/build.py
@@ -421,6 +421,13 @@ def hack_props(
421
rb"<tcltkDir>%s\$(ArchName)\</tcltkDir>" % tcltk_path,
422
)
423
424
+ try:
425
+ static_replace_in_file(
426
+ tcltkprops_path, rb"<tclZlibDLLName>zlib1.dll</tclZlibDLLName>", rb""
427
+ )
428
+ except NoSearchStringError:
429
+ pass
430
+
431
# We want to statically link against OpenSSL. This requires using our own
432
# OpenSSL build. This requires some hacking of various files.
433
openssl_props = pcbuild_path / "openssl.props"
0 commit comments