mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7 lines
101 B
Ruby
7 lines
101 B
Ruby
MRuby::Build.new do |conf|
|
|
toolchain :gcc
|
|
|
|
# include all core GEMs
|
|
conf.gembox 'full-core'
|
|
end
|