summaryrefslogtreecommitdiffhomepage
path: root/mrbgem.rake
blob: 4fac150d3904b09a7209c69d1fb40d5a94b0c0f9 (plain)
1
2
3
4
5
6
MRuby::Gem::Specification.new('mruby-pack') do |spec|
  spec.license = 'MIT'
  spec.authors = 'mruby developers'

  spec.cc.include_paths << "#{build.root}/src"
end