Skip to content

Commit

Permalink
which
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 7, 2025
1 parent 428c0dd commit fa0b7cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ def build_extensions(self) -> None:
libs: list[str | bool | None] = []
if _find_library_file(self, "imagequant"):
libs.append("imagequant")
print("a")
elif _find_library_file(self, "libimagequant"):
libs.append("libimagequant")
print("b")
int("test")

self._update_extension("PIL._imaging", libs)

Expand Down

0 comments on commit fa0b7cd

Please sign in to comment.