aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index ed17980ce..35da39544 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -39,7 +39,7 @@ class Macvim < Formula
--enable-pythoninterp
--enable-rubyinterp
--enable-tclinterp
- --with-ruby-command=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
+ --with-ruby-command=#{RUBY_PATH}
]
args << "--enable-cscope" if build.include? "with-cscope"