Add mruby-bin-config to default.gembox.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-05-15 20:30:07 +09:00
parent e2063fc267
commit 3c222e4e71
+3
View File
@@ -87,6 +87,9 @@ MRuby::GemBox.new do |conf|
# Generate mruby-strip command
conf.gem :core => "mruby-bin-strip"
# Generate mruby-config command
conf.gem :core => "mruby-bin-config"
# Use Kernel module extension
conf.gem :core => "mruby-kernel-ext"