X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=cdist;fp=cdist;h=4faa3009e73560fd4467aa4da1a04380d93b01be;hb=b8a7a0cd31c5f956627af698ebd15f4f418a5609;hp=b31ee7f5164893c7ad96f10d1d54a362212fa37d;hpb=723e058a74199c3110c26e1d28ba6d2f9b8440b6;p=cdist.git diff --git a/cdist b/cdist index b31ee7f..4faa300 100755 --- a/cdist +++ b/cdist @@ -880,6 +880,11 @@ class OSXUniversalTarget(OSXTarget): super().package(project, checkout, output_dir, options, notarize) + @Target.ccache.setter + def ccache(self, v): + for target in self.sub_targets: + target.ccache = v + class SourceTarget(Target): """Build a source .tar.bz2 and .zst"""