Files
mruby-mruby/mrbgem.rake
T
2013-03-13 10:00:22 +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