Disable artifacts clean when select sub-target.

This commit is contained in:
andreili 2025-09-07 14:01:46 +02:00
parent 4045677e7c
commit ef8f4bb7af

View File

@ -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(" ")