Merge pull request #2238 from kyab/fix_chipkitmax32_build_config

Disable C++ exception for chipKIT Max32 example build_config
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-12 09:28:39 +09:00
@@ -70,6 +70,9 @@ MRuby::CrossBuild.new("chipKITMax32") do |conf|
#do not build test executable
conf.build_mrbtest_lib_only
#disable C++ exception
conf.disable_cxx_exception
#gems from core
conf.gem :core => "mruby-print"
conf.gem :core => "mruby-math"