Files
mruby-mruby/mrbgems/mruby-errno/mrbgem.rake
T
2022-01-24 17:58:41 +09:00

7 lines
180 B
Ruby

MRuby::Gem::Specification.new('mruby-errno') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.'
spec.cc.include_paths << "#{build.root}/src"
end