Rename --certificate to --projector-certificate in KDM CLI.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index b75bb83206c637fd90bdc10ef1f7e6f2f53e1f6e..9c8640143717d001c67c023e4814eab3734d6ee6 100644 (file)
--- a/cscript
+++ b/cscript
@@ -535,7 +535,7 @@ def dependencies(target, options):
         # Use distro-provided FFmpeg on Arch
         deps = []
 
-    deps.append(('libdcp', 'v1.9.2', {'c++17': target.platform == 'osx'}))
+    deps.append(('libdcp', '56b3586247d76b2d07911018ccba63d4b05f4995', {'c++17': target.platform == 'osx'}))
     deps.append(('libsub', 'v1.6.47'))
     deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
     deps.append(('rtaudio', 'f619b76'))
@@ -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'