diff options
Diffstat (limited to 'Library/Formula/macvim.rb')
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index fa5a94960..c5591e412 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -16,6 +16,8 @@ class Macvim < Formula depends_on 'cscope' if build.include? 'with-cscope' depends_on 'lua' if build.include? 'with-lua' + depends_on :xcode # For xcodebuild. + def install # Set ARCHFLAGS so the Python app (with C extension) that is # used to create the custom icons will not try to compile in |
