Skip to content

Commit

Permalink
make sure to include mruby-io headers during build
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Dec 3, 2015
1 parent 0c7954d commit 569da32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ MRuby::Gem::Specification.new('mjruby') do |spec|
spec.add_dependency 'mruby-string-ext', :core => 'mruby-string-ext'
spec.add_dependency 'mruby-io', :mgem => 'mruby-io'
spec.add_dependency 'mruby-jvm', :github => 'jkutner/mruby-jvm'

spec.cc.include_paths << "#{spec.build.gem_clone_dir}/mruby-io/include"
end

0 comments on commit 569da32

Please sign in to comment.