Skip to content

Commit

Permalink
fix: include interface error
Browse files Browse the repository at this point in the history
  • Loading branch information
LanzaSchneider committed Oct 3, 2023
1 parent 6bcc134 commit f8e11c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ MRuby::Gem::Specification.new('mruby-cmake-build') do |spec|
gems.each do |gem|
next if gem.export_include_paths.nil?
gem.export_include_paths.flatten.each do |include_path|
f.puts "target_include_directories(mruby PUBLIC $<BUILD_INTERFACE:${#{include_path}>)"
f.puts "target_include_directories(mruby PUBLIC $<BUILD_INTERFACE:#{include_path}>)"
end
end
end
end
end

0 comments on commit f8e11c9

Please sign in to comment.