From: Carl Hetherington Date: Fri, 11 Oct 2019 22:16:55 +0000 (+0200) Subject: Make it easier to tell osx and osx-64 apart. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=86394f8915d6aa8bf70392abc21e6b200a72e8b7;p=cdist.git Make it easier to tell osx and osx-64 apart. --- diff --git a/cdist b/cdist index 3883bb8..0e44bb4 100755 --- a/cdist +++ b/cdist @@ -732,6 +732,7 @@ class OSXSingleTarget(OSXTarget): class OSXUniversalTarget(OSXTarget): def __init__(self, directory=None): super(OSXUniversalTarget, self).__init__(directory) + self.bits = None def package(self, project, checkout, output_dir, options):