Need a dependency to mruby-compiler for mruby-bin-strip

It uses `mrb_irep_remove_lv()` defined in `mrbgems/mruby-compiler/core/codegen.c`.
This commit is contained in:
dearblue
2023-04-01 23:32:36 +09:00
parent 2de602b869
commit 96190dba59
+1
View File
@@ -2,5 +2,6 @@ MRuby::Gem::Specification.new('mruby-bin-strip') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'irep dump debug section remover command'
spec.add_dependency 'mruby-compiler', :core => 'mruby-compiler'
spec.bins = %w(mruby-strip)
end