typo fix on mrbgem.rake

This commit is contained in:
Akira Yumiyama
2013-01-24 10:12:02 +09:00
parent f70a45ad3a
commit a0161d69a8
+1 -1
View File
@@ -2,5 +2,5 @@ MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT'
spec.authors = 'mruby developers'
spec.cc.incude_paths << "#{build.root}/src"
spec.cc.include_paths << "#{build.root}/src"
end