Commit 217d9794 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update mruby to 1.3.0

Fix compile error with mruby 1.3.0
parent 1002c6da
......@@ -4,7 +4,7 @@ MRuby::Build.new do |conf|
# C++ project needs this. Without this, mruby exception does not
# properly destory C++ object allocated on stack.
conf.enable_cxx_abi
conf.enable_cxx_exception
conf.build_dir = ENV['BUILD_DIR']
......
Subproject commit 22464fe5a0a10f2b077eaba109ce1e912e4a77de
Subproject commit 4696093673c3352a1897490ecc5e4e4e40f463b5
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment