Add `target/host-cxx.rb` to compile `mruby` with `cxx_abi`.

parent 67d92c48
MRuby::Build.new do |conf|
toolchain :gcc
enable_debug
# include the default GEMs
conf.gembox 'full-core'
# C compiler settings
conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)
conf.enable_debug
conf.enable_cxx_abi
conf.enable_test
end
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