removed doubled variable from setup.py

This commit is contained in:
David Schmidt 2013-01-29 15:25:55 +01:00
parent 8fc5fbc6c1
commit bc0e446340

View File

@ -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