Add `mruby-bin-config` to `default.gembox`.

parent e2063fc2
...@@ -87,6 +87,9 @@ MRuby::GemBox.new do |conf| ...@@ -87,6 +87,9 @@ MRuby::GemBox.new do |conf|
# Generate mruby-strip command # Generate mruby-strip command
conf.gem :core => "mruby-bin-strip" conf.gem :core => "mruby-bin-strip"
# Generate mruby-config command
conf.gem :core => "mruby-bin-config"
# Use Kernel module extension # Use Kernel module extension
conf.gem :core => "mruby-kernel-ext" conf.gem :core => "mruby-kernel-ext"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment