Skip to content

Commit

Permalink
Merge e9c4ee3 into b7b42a6
Browse files Browse the repository at this point in the history
  • Loading branch information
ddale committed Mar 14, 2016
2 parents b7b42a6 + e9c4ee3 commit 99d1d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -580,7 +580,8 @@ def build_extensions(self):
"PIL._webp", ["_webp.c"], libraries=libs, 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 = [
Expand Down

0 comments on commit 99d1d54

Please sign in to comment.