mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
FIX: Default build should use default GEMs and not all Core GEMs
This commit is contained in:
+1
-1
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user