summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-03-01 18:04:37 +0900
committertake_cheeze <[email protected]>2014-03-01 20:05:30 +0900
commit7e11388dc48c39495357844035113533aeaa2c51 (patch)
treeff28daf5f699d284900123feed33871ada877048
parent556afa0e44b0091ed8067e65e8d359d1561215c6 (diff)
downloadmruby-7e11388dc48c39495357844035113533aeaa2c51.tar.gz
mruby-7e11388dc48c39495357844035113533aeaa2c51.zip
use g++ to link
-rw-r--r--travis_config.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis_config.rb b/travis_config.rb
index 6b4fae518..c8837fb4f 100644
--- a/travis_config.rb
+++ b/travis_config.rb
@@ -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