Merge branch 'hotfix/v3.5.4' into develop

* hotfix/v3.5.4:
  Typo fix
This commit is contained in:
Ivan Kravets
2018-06-30 21:05:40 +03:00

View File

@ -51,6 +51,7 @@ def _build_project_deps(env):
**{
key: project_lib_builder.env.get(key)
for key in ("LIBS", "LIBPATH", "LINKFLAGS")
if project_lib_builder.env.get(key)
})
if "__test" in COMMAND_LINE_TARGETS: