Skip to content
Snippets Groups Projects
Commit fa40cde4 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

public_headers not found in some cases when running the import

parent 7df64666
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
% for dep in module.transitive_deps:
% for lib in libs:
% if lib.name == dep:
% for file in lib.public_headers + lib.headers + lib.src:
% for file in lib.get('public_headers', []) + lib.headers + lib.src:
"${file}",
% endfor
% endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment