use g++ to link

This commit is contained in:
take_cheeze
2014-03-01 18:04:37 +09:00
parent 556afa0e44
commit 7e11388dc4
+1
View File
@@ -26,5 +26,6 @@ MRuby::Build.new('cxx_abi') do |conf|
conf.cc.defines = %w(MRB_DEBUG MRB_GC_FIXED_ARENA)
conf.enable_bintest = true
conf.linker.command = 'g++'
enable_cxx_abi
end