forked from platformio/platformio-core
Merge branch 'hotfix/v3.5.4' into develop
* hotfix/v3.5.4: Typo fix
This commit is contained in:
@ -51,6 +51,7 @@ def _build_project_deps(env):
|
|||||||
**{
|
**{
|
||||||
key: project_lib_builder.env.get(key)
|
key: project_lib_builder.env.get(key)
|
||||||
for key in ("LIBS", "LIBPATH", "LINKFLAGS")
|
for key in ("LIBS", "LIBPATH", "LINKFLAGS")
|
||||||
|
if project_lib_builder.env.get(key)
|
||||||
})
|
})
|
||||||
|
|
||||||
if "__test" in COMMAND_LINE_TARGETS:
|
if "__test" in COMMAND_LINE_TARGETS:
|
||||||
|
Reference in New Issue
Block a user