mrubyを超漢字で動作させる
Revision | acdfcfe2566aed08f3de58e5ecebe6fef6fe51c4 (tree) |
---|---|
Time | 2015-11-17 11:43:37 |
Author | Zachary Scott <e@zzak...> |
Commiter | Zachary Scott |
Fix MRB_ENABLE_DEBUG_HOOK config typo left from 4440566
/cc #3014
@@ -98,7 +98,7 @@ MRuby::Build.new('host-debug') do |conf| | ||
98 | 98 | conf.gembox 'default' |
99 | 99 | |
100 | 100 | # C compiler settings |
101 | - conf.cc.defines = %w(MRB_ENABLE_DEBUG) | |
101 | + conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK) | |
102 | 102 | |
103 | 103 | # Generate mruby debugger command (require mruby-eval) |
104 | 104 | conf.gem :core => "mruby-bin-debugger" |