diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-01 23:00:37 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-01 23:00:37 +0900 |
| commit | 1fc9345b4567bf65ed27d1ed7a84002b898f08d2 (patch) | |
| tree | 447bd3cabd92c783f1335f8de311535993392f1c /mrbgems/default.gembox | |
| parent | 0a5983dd5ed4c300bbed21298a1f9d2c2fcf4db3 (diff) | |
| download | mruby-1fc9345b4567bf65ed27d1ed7a84002b898f08d2.tar.gz mruby-1fc9345b4567bf65ed27d1ed7a84002b898f08d2.zip | |
Add `mruby-eval` 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 9859c7d52..d7b627c9e 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -89,6 +89,9 @@ MRuby::GemBox.new do |conf| # Use Method/UnboundMethod class conf.gem :core => "mruby-method" + # Use eval() + conf.gem :core => "mruby-eval" + # Use mruby-compiler to build other mrbgems conf.gem :core => "mruby-compiler" end |
