mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Remove _imagingtiff.c stuff
This commit is contained in:
parent
497fe30e50
commit
baea664477
4
setup.py
4
setup.py
|
@ -554,10 +554,6 @@ class pil_build_ext(build_ext):
|
||||||
exts.append(Extension(
|
exts.append(Extension(
|
||||||
"PIL._imagingft", ["_imagingft.c"], libraries=["freetype"]))
|
"PIL._imagingft", ["_imagingft.c"], libraries=["freetype"]))
|
||||||
|
|
||||||
if os.path.isfile("_imagingtiff.c") and feature.tiff:
|
|
||||||
exts.append(Extension(
|
|
||||||
"PIL._imagingtiff", ["_imagingtiff.c"], libraries=["tiff"]))
|
|
||||||
|
|
||||||
if os.path.isfile("_imagingcms.c") and feature.lcms:
|
if os.path.isfile("_imagingcms.c") and feature.lcms:
|
||||||
extra = []
|
extra = []
|
||||||
if sys.platform == "win32":
|
if sys.platform == "win32":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user