diff options
| author | Jack Nagel | 2014-05-08 19:37:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-08 19:37:18 -0500 |
| commit | 81a2e2a66c5cda408a91e076d626d8e34bba28a9 (patch) | |
| tree | 42c15a34e99f4c9324ce44d64c5852c618743c15 /Library | |
| parent | 314d5db225eeabc869272d09353b671aa1a79576 (diff) | |
| download | homebrew-81a2e2a66c5cda408a91e076d626d8e34bba28a9.tar.bz2 | |
fuse4x-kext: add Xcode dep
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fuse4x-kext.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb index ca453c03e..1b17b6d32 100644 --- a/Library/Formula/fuse4x-kext.rb +++ b/Library/Formula/fuse4x-kext.rb @@ -13,6 +13,8 @@ class Fuse4xKext < Formula sha1 '6f306f38557d016f5eaa0c999f2092d0767870e6' => :lion end + depends_on :xcode + def install ENV.delete('CC') ENV.delete('CXX') |
