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

Add MacOS::Xcode.provides_gcc?


Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent 4eeb0e64
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,10 @@ module MacOS::Xcode extend self
def provides_autotools?
version.to_f < 4.3
end
def provides_gcc?
version.to_f < 4.3
end
end
module MacOS::CLT extend self
......
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