style
This commit is contained in:
parent
467419c1f3
commit
f6622b06e5
@ -104,7 +104,7 @@ class << ENV
|
|||||||
if MacOS.locate('gcc-4.2') || gcc_installed
|
if MacOS.locate('gcc-4.2') || gcc_installed
|
||||||
"gcc-4.2"
|
"gcc-4.2"
|
||||||
else
|
else
|
||||||
raise("gcc-4.2 not found!")
|
raise "gcc-4.2 not found!"
|
||||||
end
|
end
|
||||||
elsif ARGV.include? '--use-llvm'
|
elsif ARGV.include? '--use-llvm'
|
||||||
"llvm-gcc"
|
"llvm-gcc"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user