Rename --certificate to --projector-certificate in KDM CLI.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index f70e7ca36df11813ff3b7f6507a9b78541ad984b..9c8640143717d001c67c023e4814eab3734d6ee6 100644 (file)
--- a/cscript
+++ b/cscript
@@ -591,7 +591,7 @@ def configure_options(target, options, for_package=False):
     if target.platform == 'osx':
         opt += ' --c++17'
         if target.arch == 'arm64':
-            opt += ' --target-macos-arm64 --wx-config=%s/wx-config' % target.bin
+            opt += ' --wx-config=%s/wx-config' % target.bin
 
     if target.platform == 'linux' and target.distro == 'ubuntu' and target.version in ['22.04']:
         opt += ' --enable-grok'