mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6 lines
121 B
Ruby
6 lines
121 B
Ruby
MRuby::CrossBuild.new('Minimal') do |conf|
|
|
toolchain :gcc
|
|
conf.cc.defines = %w(DISABLE_STDIO)
|
|
conf.bins = []
|
|
end
|