Skip to content

Commit

Permalink
Be more specific in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Ondrej Baranovič <[email protected]>
  • Loading branch information
cubanpit and nulano authored Nov 5, 2024
1 parent aae90c3 commit a1d862f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def build_extensions(self) -> None:
elif sys.platform == "win32" and _find_library_file(self, "zlib"):
feature.set("zlib", "zlib") # alternative name
elif sys.platform == "win32" and _find_library_file(self, "zdll"):
feature.set("zlib", "zdll") # different name if shared
feature.set("zlib", "zdll") # dll import library

if feature.want("jpeg"):
_dbg("Looking for jpeg")
Expand Down

0 comments on commit a1d862f

Please sign in to comment.