build_config/host-debug.rb: enable MRB_UTF8_STRING; ref #5727

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-06-24 13:24:56 +09:00
parent 89f22158d3
commit 16cc6f3292
+1 -1
View File
@@ -8,7 +8,7 @@ MRuby::Build.new('host') do |conf|
conf.gembox 'full-core'
# C compiler settings
conf.cc.defines = %w(MRB_USE_DEBUG_HOOK MRB_NO_BOXING)
conf.cc.defines = %w(MRB_USE_DEBUG_HOOK MRB_NO_BOXING MRB_UTF8_STRING)
# Generate mruby debugger command (require mruby-eval)
conf.gem :core => "mruby-bin-debugger"