Fixed cases when there are no libs.
This commit is contained in:
parent
7d070c7e68
commit
6c1ad82c16
@ -96,6 +96,7 @@ def _wrap_builder(builder, is_lib: bool = False):
|
||||
kwargs['LIBS'] = copy.copy(env['LIBS'])
|
||||
for dependency in dependencies:
|
||||
_inject_dependency(dependency, kwargs)
|
||||
if 'LIBS' in kwargs:
|
||||
libs_copy = list(kwargs['LIBS'])
|
||||
for lib in libs_copy:
|
||||
if isinstance(lib, str) and os.path.isabs(lib):
|
||||
|
Loading…
x
Reference in New Issue
Block a user