[pypy-commit] pypy default: (alex_gaynor) use /Current/, it symlinks to the proper place

kostialopuhin noreply at buildbot.pypy.org
Thu May 8 18:40:15 CEST 2014


Author: Konstantin Lopuhin <kostia.lopuhin at gmail.com>
Branch: 
Changeset: r71409:b2cc67adbaad
Date: 2014-05-08 19:06 +0400
http://bitbucket.org/pypy/pypy/changeset/b2cc67adbaad/

Log:	(alex_gaynor) use /Current/, it symlinks to the proper place

diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py
--- a/lib_pypy/_tkinter/tklib.py
+++ b/lib_pypy/_tkinter/tklib.py
@@ -122,7 +122,7 @@
     linklibs = ['tcl85', 'tk85']
     libdirs = []
 elif sys.platform == 'darwin':
-    incdirs = ['/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers/']
+    incdirs = ['/System/Library/Frameworks/Tk.framework/Versions/Current/Headers/']
     linklibs = ['tcl', 'tk']
     libdirs = []
 else:


More information about the pypy-commit mailing list