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,7 +81,8 @@ class Target:
|
|||||||
|
|
||||||
def build(self, sub_target, out_dir):
|
def build(self, sub_target, out_dir):
|
||||||
self.source_sync()
|
self.source_sync()
|
||||||
self.sources.prepare_artifacts(self.artifacts, out_dir)
|
if (sub_target != "config"):
|
||||||
|
self.sources.prepare_artifacts(self.artifacts, out_dir)
|
||||||
if (not self.no_build):
|
if (not self.no_build):
|
||||||
opts = self.makeopts.split(" ")
|
opts = self.makeopts.split(" ")
|
||||||
config = ""
|
config = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user