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

Commit

Permalink
Xcode.prefix: remove osx-gcc-installer hack
Browse files Browse the repository at this point in the history
This hack is starting to outlive its usefulness, and produces false
positives.

Fixes #28147.
  • Loading branch information
mistydemeo committed Apr 4, 2014
1 parent 5e5701a commit d9f6616
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Library/Homebrew/os/mac/xcode.rb
Expand Up @@ -52,10 +52,6 @@ def prefix
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")
Expand Down

0 comments on commit d9f6616

Please sign in to comment.