mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-bin-debugger/mrbgem.rake: fix defines configuration
`spec.build.defines` should be update inline. Otherwise, configuration may differ from file to file.
This commit is contained in:
@@ -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.build.defines << "MRB_USE_DEBUG_HOOK"
|
||||
spec.add_dependency('mruby-eval', :core => 'mruby-eval')
|
||||
|
||||
spec.bins = %w(mrdb)
|
||||
|
||||
Reference in New Issue
Block a user