diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/macvim.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 3ef0178e5..9989b0db2 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -35,9 +35,6 @@ class Macvim < Formula # If building for 10.7 or up, make sure that CC is set to "clang". ENV.clang if MacOS.version >= :lion - # macvim only works with the current Ruby.framework because it builds with -framework Ruby - system_ruby = "/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby" - args = %W[ --with-features=huge --enable-multibyte @@ -45,7 +42,6 @@ class Macvim < Formula --enable-perlinterp --enable-rubyinterp --enable-tclinterp - --with-ruby-command=#{system_ruby} --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=#{HOMEBREW_PREFIX} |
