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

7 lines
178 B
Ruby

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