mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-26 15:14:45 +03:00
Merge 9f815a27c9
into a795b40b05
This commit is contained in:
commit
c0e8faa5bc
3
setup.py
3
setup.py
|
@ -657,8 +657,7 @@ class pil_build_ext(build_ext):
|
|||
|
||||
tk_libs = ['psapi'] if sys.platform == 'win32' else []
|
||||
exts.append(Extension("PIL._imagingtk",
|
||||
["src/_imagingtk.c", "Tk/tkImaging.c"],
|
||||
include_dirs=['Tk'],
|
||||
["src/_imagingtk.c", "src/tkImaging.c"],
|
||||
libraries=tk_libs))
|
||||
|
||||
exts.append(Extension("PIL._imagingmath", ["src/_imagingmath.c"]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user