summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-20 22:53:48 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-20 22:53:48 +0200
commitadae655d2e4f38cea14d4260f807b117700dafea (patch)
treeb7dabcf27ace926ead612c22f26366b382725769
parent2c61688bcc269438137ff8fae26bf2560c085ad6 (diff)
Fix missing attribute.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
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: