Skip to content

Commit a1d862f

Browse files
cubanpitnulano
andauthored
Be more specific in comment
Co-authored-by: Ondrej Baranovič <ondreko.tiba@gmail.com>
1 parent aae90c3 commit a1d862f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def build_extensions(self) -> None:
691691
elif sys.platform == "win32" and _find_library_file(self, "zlib"):
692692
feature.set("zlib", "zlib") # alternative name
693693
elif sys.platform == "win32" and _find_library_file(self, "zdll"):
694-
feature.set("zlib", "zdll") # different name if shared
694+
feature.set("zlib", "zdll") # dll import library
695695

696696
if feature.want("jpeg"):
697697
_dbg("Looking for jpeg")

0 commit comments

Comments
 (0)