Also bump asdcplib.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 46ed8768b229c60cd66f5c581ce82fbb632e0905..faa6e5a7aa0e631b7dfe4cf2ed257354fa2e28b9 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', '6384002'))
+    return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.29'))
 
 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')