Fix MRB_ENABLE_DEBUG_HOOK config typo left from 4440566

/cc #3014
This commit is contained in:
Zachary Scott
2015-11-17 11:43:37 +09:00
parent acf2fb29cd
commit acdfcfe256
+1 -1
View File
@@ -98,7 +98,7 @@ MRuby::Build.new('host-debug') do |conf|
conf.gembox 'default'
# C compiler settings
conf.cc.defines = %w(MRB_ENABLE_DEBUG)
conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)
# Generate mruby debugger command (require mruby-eval)
conf.gem :core => "mruby-bin-debugger"