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:
Max Howell 2011-09-06 17:11:33 +01:00
parent 06795b8953
commit 5dc302604f

View File

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