idf.py hints: fix header not found regex to also match headerpaths with path seperator

pull/9350/head
Marius Vikhammer 2022-08-05 11:07:48 +08:00
rodzic 6c8375e2d2
commit dec246af1f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@
match_to_output: True
-
re: "fatal error: \\w+\\.h: No such file or directory"
re: "fatal error: [\\w/]+\\.h: No such file or directory"
hint: "Please check if you've specified all component dependencies with 'idf_component_register(REQUIRES ...)'. If the component is not present then it should be added by the IDF Component Manager. For more information run 'idf.py docs -sp api-guides/build-system.html'."
-