Xcode: don't detect Mavericks CLT as Xcode.
This commit is contained in:
parent
a7c29271b8
commit
1be35f036e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user