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 4df23c0 + 6fa775e commit dc84811Copy full SHA for dc84811
setup.py
@@ -344,7 +344,7 @@ def __iter__(self) -> Iterator[str]:
344
for x in ("raqm", "fribidi")
345
]
346
+ [
347
- ("disable-platform-guessing", None, "Disable platform guessing on Linux"),
+ ("disable-platform-guessing", None, "Disable platform guessing"),
348
("debug", None, "Debug logging"),
349
350
+ [("add-imaging-libs=", None, "Add libs to _imaging build")]
0 commit comments