diff options
| -rw-r--r-- | tasks/mrbgem_spec.rake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/mrbgem_spec.rake b/tasks/mrbgem_spec.rake index e91823029..548f1e041 100644 --- a/tasks/mrbgem_spec.rake +++ b/tasks/mrbgem_spec.rake @@ -413,9 +413,12 @@ module MRuby # as circular dependency has already detected in the caller. import_include_paths(dep_g) + dep_g.export_include_paths.uniq! g.compilers.each do |compiler| compiler.include_paths += dep_g.export_include_paths g.export_include_paths += dep_g.export_include_paths + compiler.include_paths.uniq! + g.export_include_paths.uniq! end end end |
