Fix missing attribute.
authorCarl Hetherington <cth@carlh.net>
Sun, 20 Aug 2023 20:53:48 +0000 (22:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 20 Aug 2023 20:53:48 +0000 (22:53 +0200)
cdist

diff --git a/cdist b/cdist
index 8eced2b4870ccb81a5ab2a3919c7b7785dedda90..4c6d5b2747047a05b868bfa94a289c6245f67ad0 100755 (executable)
--- 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: