summaryrefslogtreecommitdiffhomepage
path: root/build_config/host-cxx.rb
diff options
context:
space:
mode:
Diffstat (limited to 'build_config/host-cxx.rb')
-rw-r--r--build_config/host-cxx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config/host-cxx.rb b/build_config/host-cxx.rb
index fa75a3ccb..21b4cd417 100644
--- a/build_config/host-cxx.rb
+++ b/build_config/host-cxx.rb
@@ -6,7 +6,7 @@ MRuby::Build.new do |conf|
conf.gembox 'default'
# C compiler settings
- conf.cc.defines = %w(MRB_ENABLE_DEBUG_HOOK)
+ conf.cc.defines = %w(MRB_USE_DEBUG_HOOK)
conf.enable_debug
conf.enable_cxx_abi
conf.enable_test