Files
mruby-mruby/mrbgem.rake
T

7 lines
219 B
Ruby

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