Skip to content

Commit

Permalink
Merge pull request #8142 from radarhere/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jun 17, 2024
2 parents 6a6ad65 + ed5e8f9 commit 99dd553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ def get_version():
JPEG2K_ROOT = None
JPEG_ROOT = None
LCMS_ROOT = None
RAQM_ROOT = None
TIFF_ROOT = None
WEBP_ROOT = None
ZLIB_ROOT = None
FUZZING_BUILD = "LIB_FUZZING_ENGINE" in os.environ

Expand Down Expand Up @@ -459,6 +461,8 @@ def build_extensions(self):
"FREETYPE_ROOT": "freetype2",
"HARFBUZZ_ROOT": "harfbuzz",
"FRIBIDI_ROOT": "fribidi",
"RAQM_ROOT": "raqm",
"WEBP_ROOT": "libwebp",
"LCMS_ROOT": "lcms2",
"IMAGEQUANT_ROOT": "libimagequant",
}.items():
Expand Down

0 comments on commit 99dd553

Please sign in to comment.