From b1d88a94b04c697106231bf27271604ac811f6cb Mon Sep 17 00:00:00 2001 From: Jonathan Beezley Date: Mon, 15 Sep 2014 09:28:02 -0400 Subject: macvim: remove explicit path to system ruby Closes #32210. Signed-off-by: Jack Nagel --- Library/Formula/macvim.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Formula/macvim.rb') 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} -- cgit v1.2.3