Try to re-add osx-intel target for test builds.
[cdist.git] / cdist
diff --git a/cdist b/cdist
index ec1abb4519bf2d2e8c195e0af0566085899b7208..b508babbdf78d4f875720c35b115c514390ccbae 100755 (executable)
--- 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':