This commit is contained in:
Ivan Kravets
2018-06-30 21:05:20 +03:00
parent 4adc73ebe2
commit 5b1b05cd09

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: