From: Carl Hetherington Date: Sun, 20 Aug 2023 20:53:48 +0000 (+0200) Subject: Fix missing attribute. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=adae655d2e4f38cea14d4260f807b117700dafea;hp=2c61688bcc269438137ff8fae26bf2560c085ad6;p=cdist.git Fix missing attribute. --- diff --git a/cdist b/cdist index 8eced2b..4c6d5b2 100755 --- a/cdist +++ b/cdist @@ -870,6 +870,7 @@ class OSXUniversalTarget(OSXTarget): target = OSXSingleTarget(arch, self.sdk, deployment, os.path.join(self.directory, arch, deployment)) target.ccache = self.ccache self.sub_targets.append(target) + self.can_notarize = True def package(self, project, checkout, output_dir, options, notarize): for target in self.sub_targets: