mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 01:04:45 +03:00
Merge e9c4ee3354
into 55c20731d1
This commit is contained in:
commit
f9b6adf4b8
3
setup.py
3
setup.py
|
@ -644,7 +644,8 @@ class pil_build_ext(build_ext):
|
|||
define_macros=defs))
|
||||
|
||||
if feature.tcl and feature.tk:
|
||||
if sys.platform == "darwin":
|
||||
if (sys.platform == "darwin" and
|
||||
os.environ.get('IGNORE_OSX_TCLTK_FRAMEWORKS', False)==False):
|
||||
# locate Tcl/Tk frameworks
|
||||
frameworks = []
|
||||
framework_roots = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user