style
This commit is contained in:
parent
467419c1f3
commit
f6622b06e5
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user