diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/utils.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index b565d1988..c7da0db6c 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -290,6 +290,9 @@ module MacOS extend self # we do this to support cowboys who insist on installing # only a subset of Xcode Pathname.new '/Developer' + elsif File.directory? '/Applications/Xcode.app/Contents/Developer' + # fallback for broken Xcode 4.3 installs + Pathname.new '/Applications/Xcode.app/Contents/Developer' else nil end |
