diff options
| author | Charlie Sharpsteen | 2012-09-25 14:04:05 -0500 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-09-25 14:05:27 -0500 |
| commit | 0fb4c56f87ff32fb750e83e0882e33599012f77a (patch) | |
| tree | 5ece615d504ebac843b08f1104c344a164bb87f9 /Library/Formula | |
| parent | 4286f0e15cbd5f5f81b2258924f51a9aff63e283 (diff) | |
| download | homebrew-0fb4c56f87ff32fb750e83e0882e33599012f77a.tar.bz2 | |
macvim: Depend on XCode
The MacVim build process requires a working `xcodebuild`.
Fixes #15111.
Diffstat (limited to 'Library/Formula')
| -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 |
