Skip to content

Commit

Permalink
nobcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 25, 2025
1 parent d9ab129 commit f71e04e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,8 +942,6 @@ def build_extensions(self) -> None:

if feature.get("avif"):
libs = [feature.get("avif")]
if sys.platform == "win32":
libs.extend(["ntdll", "userenv", "ws2_32", "bcrypt"])
self._update_extension("PIL._avif", libs)
else:
self._remove_extension("PIL._avif")
Expand Down

0 comments on commit f71e04e

Please sign in to comment.