mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/extconf.rb: Don't add "-ltk -ltcl" for MacOSX frameworks, because they may link improper libraries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3cd16b43eb
commit
0d5ec8a346
1 changed files with 0 additions and 1 deletions
|
@ -2011,7 +2011,6 @@ if TkLib_Config["tcltk-framework"]
|
|||
end
|
||||
end
|
||||
$LDFLAGS << ' ' << libs
|
||||
$libs << ' -ltk -ltcl'
|
||||
setup_for_macosx_framework(tclver, tkver) if tcl_cfg_dir && tk_cfg_dir
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue