mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-13 13:54:12 +03:00
Merge bc0e446340
into 8fc5fbc6c1
This commit is contained in:
commit
ea1ce8fca9
2
setup.py
2
setup.py
|
@ -95,7 +95,7 @@ class pil_build_ext(build_ext):
|
|||
#
|
||||
# add configured kits
|
||||
|
||||
for root in (TCL_ROOT, JPEG_ROOT, TCL_ROOT, TIFF_ROOT, ZLIB_ROOT,
|
||||
for root in (TCL_ROOT, JPEG_ROOT, TIFF_ROOT, ZLIB_ROOT,
|
||||
FREETYPE_ROOT, LCMS_ROOT):
|
||||
if isinstance(root, type(())):
|
||||
lib_root, include_root = root
|
||||
|
|
Loading…
Reference in New Issue
Block a user