Do not resolve project dependencies on for the "cleanall" target // Resolve #4344

This commit is contained in:
Ivan Kravets
2022-07-29 20:03:14 +03:00
parent 7c9e0393f8
commit 537558d410
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class EnvironmentProcessor:
if "monitor" in build_targets:
build_targets.remove("monitor")
if "clean" not in build_targets:
if not set(["clean", "cleanall"]) & set(build_targets):
install_project_env_dependencies(
self.name,
{