Add mruby-eval to default.gembox.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-06-01 23:00:37 +09:00
parent 0a5983dd5e
commit 1fc9345b45
+3
View File
@@ -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