summaryrefslogtreecommitdiffhomepage
path: root/tasks/mruby_build.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-03-02 08:15:01 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-03-02 08:15:01 +0900
commitba7ea507880430908735972b6d72c2bb4059b558 (patch)
tree4ef9fa8c61b6e26617481f975d5be4b11b0b643d /tasks/mruby_build.rake
parent873fae9f4505a5f2b5146f969917e8b083269f36 (diff)
parent2543b712a3983137040dd660a5cb65be4f8a467b (diff)
downloadmruby-ba7ea507880430908735972b6d72c2bb4059b558.tar.gz
mruby-ba7ea507880430908735972b6d72c2bb4059b558.zip
Merge pull request #1777 from take-cheeze/command_improvement
Command improvements.
Diffstat (limited to 'tasks/mruby_build.rake')
-rw-r--r--tasks/mruby_build.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/mruby_build.rake b/tasks/mruby_build.rake
index 3c0a67179..c65ad4c20 100644
--- a/tasks/mruby_build.rake
+++ b/tasks/mruby_build.rake
@@ -102,6 +102,7 @@ module MRuby
def enable_cxx_abi
return if @cxx_abi_enabled
compilers.each { |c| c.defines += %w(MRB_ENABLE_CXX_EXCEPTION) }
+ linker.command = cxx.command
@cxx_abi_enabled = true
end