Skip to content
Snippets Groups Projects
Commit 943978a9 authored by Jack Nagel's avatar Jack Nagel
Browse files

Make condition clearer using names

parent 273f5b2d
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ module OS ...@@ -122,7 +122,7 @@ module OS
private private
def use_sdk? def use_sdk?
not (prefix.to_s == '/opt/X11' or MacOS::CLT.installed?) provided_by_apple? && Xcode.without_clt?
end end
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment