mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-14 15:22:13 +03:00
Add platinclude path to include_dirs only if it is different from include path
This commit is contained in:
parent
3179e69f66
commit
020e6c851a
2
setup.py
2
setup.py
|
@ -211,7 +211,7 @@ class pil_build_ext(build_ext):
|
||||||
platinclude_path =\
|
platinclude_path =\
|
||||||
platinclude_path.replace(prefix, sys.real_prefix)
|
platinclude_path.replace(prefix, sys.real_prefix)
|
||||||
|
|
||||||
_add_directory(include_dirs, platinclude_path)
|
_add_directory(include_dirs, platinclude_path)
|
||||||
|
|
||||||
#
|
#
|
||||||
# locate tkinter libraries
|
# locate tkinter libraries
|
||||||
|
|
Loading…
Reference in New Issue
Block a user