Bump libdcp.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 3ba027cddcd7945ba47d9b78f29cfee34d0d9266..ffb7959f931667e6273bbf064421aa095868186c 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,8 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp = ('libdcp', 'b221efe')
-    return (('asdcplib', 'carl'), libdcp)
+    return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'df504d64b878a409d469df8a166558919e3c2afb'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
@@ -34,7 +33,7 @@ def build(target, options):
     if target.debug:
         cmd += ' --enable-debug'
     if target.platform == 'windows':
-        cmd += ' --target-windows --disable-tests'
+        cmd += f' --target-windows-{target.bits} --disable-tests'
 
     target.command(cmd)
     target.command('./waf build install')