mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-13 00:51:12 +02:00
Disable artifacts clean when select sub-target.
This commit is contained in:
parent
4045677e7c
commit
ef8f4bb7af
@ -81,6 +81,7 @@ class Target:
|
||||
|
||||
def build(self, sub_target, out_dir):
|
||||
self.source_sync()
|
||||
if (sub_target != "config"):
|
||||
self.sources.prepare_artifacts(self.artifacts, out_dir)
|
||||
if (not self.no_build):
|
||||
opts = self.makeopts.split(" ")
|
||||
|
Loading…
x
Reference in New Issue
Block a user