Add mruby-complex and mruby-rational to default.gembox.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-06-04 10:47:03 +09:00
parent 6fe03f3b39
commit 07129c76d9
+4
View File
@@ -71,6 +71,10 @@ MRuby::GemBox.new do |conf|
# Use toplevel object (main) methods extension
conf.gem :core => "mruby-toplevel-ext"
# Use Rational/Complex numbers
conf.gem :core => "mruby-rational"
conf.gem :core => "mruby-complex"
# Generate mirb command
conf.gem :core => "mruby-bin-mirb"