diff options
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 3f0868b53..ee83cc1ca 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -49,7 +49,8 @@ module OS def prefix @prefix ||= begin path = Pathname.new(folder) - if path.absolute? and File.executable? "#{path}/usr/bin/make" + if path != CLT::MAVERICKS_PKG_PATH and path.absolute? \ + and File.executable? "#{path}/usr/bin/make" path elsif File.executable? '/Developer/usr/bin/make' # we do this to support cowboys who insist on installing |
