Autoinstall dev-platform for the "clean" target

This commit is contained in:
Ivan Kravets
2022-04-10 13:56:44 +03:00
parent 8f454c7e9c
commit fe6f51369e

View File

@ -71,7 +71,7 @@ class EnvironmentProcessor(object):
{"project_targets": build_targets},
)
result = PlatformFactory.new(self.options["platform"]).run(
result = PlatformFactory.new(self.options["platform"], autoinstall=True).run(
build_vars, build_targets, self.silent, self.verbose, self.jobs
)
return result["returncode"] == 0