Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
macvim: Depend on XCode
Browse files Browse the repository at this point in the history
The MacVim build process requires a working `xcodebuild`.

Fixes #15111.
  • Loading branch information
Sharpie committed Sep 25, 2012
1 parent 4286f0e commit 0fb4c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/macvim.rb
Expand Up @@ -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
Expand Down

0 comments on commit 0fb4c56

Please sign in to comment.