add mruby-toplevel-ext as default

parent b68ef2e6
......@@ -50,6 +50,9 @@ MRuby::GemBox.new do |conf|
# Use Fiber class
conf.gem :core => "mruby-fiber"
# Use extended toplevel object (main) methods
conf.gem :core => "mruby-toplevel-ext"
# Generate mirb command
conf.gem :core => "mruby-bin-mirb"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment