Files
mruby-mruby/mrbgem.rake
T
2013-01-30 15:20:10 +09:00

7 lines
179 B
Ruby

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