Make condition clearer using names

This commit is contained in:
Jack Nagel 2013-10-18 12:56:52 -05:00
parent 273f5b2ddd
commit 943978a955

View File

@ -122,7 +122,7 @@ module OS
private
def use_sdk?
not (prefix.to_s == '/opt/X11' or MacOS::CLT.installed?)
provided_by_apple? && Xcode.without_clt?
end
end
end