diff options
| author | Jack Nagel | 2014-07-07 10:17:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-07 10:17:09 -0500 |
| commit | 087b7b93e89b459c83dfa890ce88e45b697b7947 (patch) | |
| tree | 5a57d83bfe2965a63f1b78bead16dc9b2a58bd5b /Library/Formula/macvim.rb | |
| parent | 140b6c329083ee475c27e58994011be909616b32 (diff) | |
| download | homebrew-087b7b93e89b459c83dfa890ce88e45b697b7947.tar.bz2 | |
macvim: update comment
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[ |
