summaryrefslogtreecommitdiffhomepage
path: root/mrbgem.rake
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgem.rake')
-rw-r--r--mrbgem.rake2
1 files changed, 2 insertions, 0 deletions
diff --git a/mrbgem.rake b/mrbgem.rake
index db6b8b56f..1e31e1d11 100644
--- a/mrbgem.rake
+++ b/mrbgem.rake
@@ -1,4 +1,6 @@
MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan'
+
+ spec.cc.include_paths << "#{build.root}/src"
end