Skip to content

Commit b6c6e40

Browse files
committed
Restore pre-built zlib dll reference in Windows builds
1 parent d85cd84 commit b6c6e40

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cpython-windows/build.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -566,15 +566,6 @@ def hack_project_files(
566566
rb'<ClCompile Include="$(opensslIncludeDir)\openssl\applink.c">',
567567
)
568568

569-
# We're still on the pre-built tk-windows-bin 8.6.14 which doesn't have a
570-
# standalone zlib DLL. So remove references to it from 3.12+.
571-
if meets_python_minimum_version(python_version, "3.12"):
572-
static_replace_in_file(
573-
pcbuild_path / "_tkinter.vcxproj",
574-
rb'<_TclTkDLL Include="$(tcltkdir)\bin\$(tclZlibDllName)" />',
575-
rb"",
576-
)
577-
578569
# We don't need to produce python_uwp.exe and its *w variant. Or the
579570
# python3.dll, pyshellext, or pylauncher.
580571
# Cut them from the build to save time and so their presence doesn't

0 commit comments

Comments
 (0)