Bump libdcp.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index eefb2f722a02c639873310c5ed21375402951845..50f4407cfb0150f9953fac67be01b5a8d5d13915 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,8 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp = ('libdcp', '6c3db78')
-    return (('asdcplib', 'carl'), libdcp)
+    return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'c4c176e9d3bd72fe1746f22d7afb442ca72a72f2'))
 
 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')