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.
2 parents d642d2c + a1d862f commit a01c31aCopy full SHA for a01c31a
1 file changed
setup.py
@@ -690,6 +690,8 @@ def build_extensions(self) -> None:
690
feature.set("zlib", "z")
691
elif sys.platform == "win32" and _find_library_file(self, "zlib"):
692
feature.set("zlib", "zlib") # alternative name
693
+ elif sys.platform == "win32" and _find_library_file(self, "zdll"):
694
+ feature.set("zlib", "zdll") # dll import library
695
696
if feature.want("jpeg"):
697
_dbg("Looking for jpeg")
0 commit comments