diff options
Diffstat (limited to 'Library/Formula/ruby.rb')
| -rw-r--r-- | Library/Formula/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index d56d5317f..d08f3b26a 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -37,7 +37,7 @@ class Ruby < Formula args << "--program-suffix=20" if build.include? "with-suffix" args << "--with-arch=x86_64,i386" if build.universal? - args << "--disable-tcltk-framework" << "--with-out-ext=tcl" << "--with-out-ext=tk" unless build.include? "with-tcltk" + args << "--with-out-ext=tk" unless build.include? "with-tcltk" args << "--disable-install-doc" unless build.include? "with-doc" args << "--disable-dtrace" unless MacOS::CLT.installed? |
