Actually the tclconfig.sh in system headers contains bogus paths. You just need homebrew
This commit is contained in:
parent
d24515a035
commit
5cb6f9cea2
1 changed files with 1 additions and 2 deletions
|
|
@ -187,8 +187,7 @@ def InstallTclProDebug( name, root ):
|
|||
# '/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System'
|
||||
# '/Library/Frameworks/Tcl.framework/Versions'
|
||||
# '/Current',
|
||||
for p in [ '/System/Library/Frameworks/Tcl.framework/',
|
||||
'/usr/local/opt/tcl-tk/lib' ]:
|
||||
for p in [ '/usr/local/opt/tcl-tk/lib' ]:
|
||||
if os.path.exists( os.path.join( p, 'tclConfig.sh' ) ):
|
||||
configure.append( '--with-tcl=' + p )
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue