Fix wrong assumption in MacOS::Xcode.without_clt?
Fixes Homebrew/homebrew#22221.
This commit is contained in:
parent
f142cca6e2
commit
6e4ad9eb22
@ -39,7 +39,7 @@ module MacOS::Xcode extend self
|
||||
end
|
||||
|
||||
def without_clt?
|
||||
version >= "4.3" and not MacOS::CLT.installed?
|
||||
installed? && version >= "4.3" && !MacOS::CLT.installed?
|
||||
end
|
||||
|
||||
def prefix
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user