Files
dearblue aac7751ed4 Stop generating unnecessary C++ files in mruby-bin-mruby
This is probably a remnant from when `MRB_TRY()` was used in the past.
2025-08-31 23:15:23 +09:00

8 lines
246 B
Ruby

MRuby::Gem::Specification.new('mruby-bin-mruby') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'mruby command'
spec.bins = %w(mruby)
spec.add_dependency('mruby-compiler', :core => 'mruby-compiler')
end