diff options
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 7f96e9278..9de94a100 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -34,7 +34,7 @@ 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 HEAD only works with the current Ruby.framework because it builds with -framework Ruby + # 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[ |
