MacOS.default_compiler should return something always
Even though we are just guessing if it doesn't correspond to any of the others…
This commit is contained in:
parent
06795b8953
commit
5dc302604f
@ -251,6 +251,7 @@ module MacOS extend self
|
||||
when /^gcc/ then :gcc
|
||||
when /^llvm/ then :llvm
|
||||
when "clang" then :clang
|
||||
else :gcc # a hack, but a sensible one prolly
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user