summaryrefslogtreecommitdiffhomepage
path: root/build_config/host-debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'build_config/host-debug.rb')
-rw-r--r--build_config/host-debug.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/host-debug.rb b/build_config/host-debug.rb
index ad4106065..e798278b9 100644
--- a/build_config/host-debug.rb
+++ b/build_config/host-debug.rb
@@ -14,7 +14,7 @@ MRuby::Build.new('host') do |conf|
conf.gembox 'full-core'
# C compiler settings
- conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK MRB_NO_BOXING)
+ conf.cc.defines = %w(MRB_USE_DEBUG_HOOK MRB_NO_BOXING)
# Generate mruby debugger command (require mruby-eval)
conf.gem :core => "mruby-bin-debugger"