Use global defines for mruby-bin-debugger

This commit is contained in:
KOBAYASHI Shuji
2021-03-22 12:02:26 +09:00
parent 68cf8346cd
commit 00a13e22dd
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ MRuby::Gem::Specification.new('mruby-bin-debugger') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'mruby debugger command'
spec.build.defines |= %w(MRB_USE_DEBUG_HOOK)
spec.add_dependency('mruby-eval', :core => 'mruby-eval')
spec.bins = %w(mrdb)