We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d153146 commit 9be0a82Copy full SHA for 9be0a82
platformio/builder/tools/piolib.py
@@ -1159,6 +1159,8 @@ def _correct_found_libs(lib_builders):
1159
for lb in lib_builders:
1160
if lb in found_lbs:
1161
lb.search_deps_recursive(lb.get_search_files())
1162
+ # refill found libs after recursive search
1163
+ found_lbs = [lb for lb in lib_builders if lb.is_dependent]
1164
1165
for deplb in lb.depbuilders[:]:
1166
if deplb not in found_lbs:
0 commit comments