diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-20 22:53:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-20 22:53:48 +0200 |
| commit | adae655d2e4f38cea14d4260f807b117700dafea (patch) | |
| tree | b7dabcf27ace926ead612c22f26366b382725769 | |
| parent | 2c61688bcc269438137ff8fae26bf2560c085ad6 (diff) | |
Fix missing attribute.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
