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

Use satisfy syntax for CLTDependency

parent d2ae810b
No related branches found
No related tags found
No related merge requests found
......@@ -325,9 +325,7 @@ class CLTDependency < Requirement
fatal true
build true
def satisfied?
MacOS::CLT.installed?
end
satisfy(:build_env => false) { MacOS::CLT.installed? }
def message; <<-EOS.undent
The Command Line Tools for Xcode are required to compile this software.
......
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