summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/deps/mruby-pack/mrbgem.rake
blob: 2b9dea5b1928be5772783bfe6dbf279b842f6087 (plain)
1
2
3
4
5
6
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