Add MacOS::Xcode.provides_gcc?

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-07-10 21:01:16 -05:00
parent 4eeb0e6441
commit a772fb97ab

View File

@ -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