diff options
| author | Jonathan Beezley | 2014-09-15 09:28:02 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-10-02 00:02:08 -0500 |
| commit | b1d88a94b04c697106231bf27271604ac811f6cb (patch) | |
| tree | c02b7f707355ebe953c836e25e8986ccf784212e /Library/Formula/macvim.rb | |
| parent | 1f7128f50e0f007d827ca4df78aa4db200dfb416 (diff) | |
| download | homebrew-b1d88a94b04c697106231bf27271604ac811f6cb.tar.bz2 | |
macvim: remove explicit path to system ruby
Closes #32210.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/macvim.rb')
| -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} |
