aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-04-04 15:21:59 -0700
committerMisty De Meo2014-04-04 15:26:41 -0700
commit89692b34a8b5aec9df399d426ac14de72e6ac5ca (patch)
tree58e10098c5c1e8a68da384929b07c3d73a2493ec /Library
parent7c3c67d722f85171ccd9a171bd58cac6d2fa87ba (diff)
downloadbrew-89692b34a8b5aec9df399d426ac14de72e6ac5ca.tar.bz2
Xcode.prefix: remove osx-gcc-installer hack
This hack is starting to outlive its usefulness, and produces false positives. Fixes Homebrew/homebrew#28147.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 027935b4f..0c142b973 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -52,10 +52,6 @@ module OS
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
- # only a subset of Xcode
- Pathname.new('/Developer')
elsif File.executable? "#{V4_BUNDLE_PATH}/Contents/Developer/usr/bin/make"
# fallback for broken Xcode 4.3 installs
Pathname.new("#{V4_BUNDLE_PATH}/Contents/Developer")