summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/mruby-errno/mrbgem.rake
blob: ba3d60dae9858d83bf3153afc07a7b09dd28a1f2 (plain)
1
2
3
4
5
6
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