Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix MRB_ENABLE_DEBUG_HOOK config typo left from 4440566
/cc #3014
  • Loading branch information
Zachary Scott committed Nov 17, 2015
1 parent acf2fb2 commit acdfcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_config.rb
Expand Up @@ -98,7 +98,7 @@
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"
Expand Down

0 comments on commit acdfcfe

Please sign in to comment.