From 6fae729b0d3702d1eb4401ff4041b825e5bd2eba Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Jan 2021 02:34:48 +0100 Subject: [PATCH] Try to re-add osx-intel target for test builds. --- cdist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cdist b/cdist index ec1abb4..b508bab 100755 --- a/cdist +++ b/cdist @@ -916,6 +916,8 @@ def target_factory(args): target = LinuxTarget(s, None, None, args.work) elif s == 'osx': target = OSXUniversalTarget(args.work) + elif s == 'osx-intel': + target = OSXSingleTarget('x86_64', config.get('osx_sdk'), config.get('osx_intel_deployment'), args.work) elif s == 'source': target = SourceTarget() elif s == 'flatpak': -- 2.30.2