diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-05-15 20:30:07 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:20:54 +0900 |
| commit | 3c222e4e716dff36c77a63f072cc40c0dc820a41 (patch) | |
| tree | 0002c4367035df6e2d53f41f91ce4abc920c85c8 /mrbgems/default.gembox | |
| parent | e2063fc267c384a73fc6e432cfee04d8ada2cc97 (diff) | |
| download | mruby-3c222e4e716dff36c77a63f072cc40c0dc820a41.tar.gz mruby-3c222e4e716dff36c77a63f072cc40c0dc820a41.zip | |
Add `mruby-bin-config` to `default.gembox`.
Diffstat (limited to 'mrbgems/default.gembox')
| -rw-r--r-- | mrbgems/default.gembox | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
