mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5 lines
105 B
Ruby
5 lines
105 B
Ruby
MRuby::CrossBuild.new('minimal') do |conf|
|
|
conf.toolchain :gcc
|
|
conf.cc.defines << 'MRB_NO_STDIO'
|
|
end
|