Bump asdcplib to match libdcp.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 60df8b7d05f17a5e3ca9c0c1437063a50e4e09f8..1526159d08c2cbe422c01e437882c1ef3b3a292a 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'bb09615'), ('libdcp', '42feb7f'))
+    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', 'f031667bd2769d3daf9c49115f21a099fafcee46'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
@@ -33,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')