Commit 0ad9e5a3 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

FIX: Default build should use default GEMs and not all Core GEMs

parent a6b8514f
......@@ -12,7 +12,7 @@ MRuby::Build.new do |conf|
# conf.gem :git => 'git@github.com:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v'
# include the default GEMs
conf.gembox 'full-core'
conf.gembox 'default'
# C compiler settings
# conf.cc do |cc|
......
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