Commit c4214d3a authored by kyab's avatar kyab

Fix build_config.rb for ArduinoDue

parent c11157eb
...@@ -53,6 +53,9 @@ MRuby::CrossBuild.new("Arduino Due") do |conf| ...@@ -53,6 +53,9 @@ MRuby::CrossBuild.new("Arduino Due") do |conf|
#do not build executable test #do not build executable test
conf.build_mrbtest_lib_only conf.build_mrbtest_lib_only
#disable C++ exception
conf.disable_cxx_exception
#gems from core #gems from core
conf.gem :core => "mruby-print" conf.gem :core => "mruby-print"
conf.gem :core => "mruby-math" conf.gem :core => "mruby-math"
......
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