This commit is contained in:
Jack Nagel 2013-08-06 19:24:17 -05:00
parent 467419c1f3
commit f6622b06e5

View File

@ -104,7 +104,7 @@ class << ENV
if MacOS.locate('gcc-4.2') || gcc_installed
"gcc-4.2"
else
raise("gcc-4.2 not found!")
raise "gcc-4.2 not found!"
end
elsif ARGV.include? '--use-llvm'
"llvm-gcc"