From 3c222e4e716dff36c77a63f072cc40c0dc820a41 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 15 May 2020 20:30:07 +0900 Subject: Add `mruby-bin-config` to `default.gembox`. --- mrbgems/default.gembox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index 822ff8d38..de169906b 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -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" -- cgit v1.2.3