compile mruby-bin-strip gem by default

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-15 17:14:00 +09:00
parent f0b86f36c3
commit 9dae3f67d6
+3
View File
@@ -65,6 +65,9 @@ MRuby::GemBox.new do |conf|
# Generate mruby command
conf.gem :core => "mruby-bin-mruby"
# Generate mruby-strip command
conf.gem :core => "mruby-bin-strip"
# Use extensional Kernel module
conf.gem :core => "mruby-kernel-ext"
end