Bump libdcp.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index a420b98a35912da28d9ebd3d6cb50bc7b338ceba..fee4dd4df507a89dc908aafa8f82556efe6d4e8e 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,5 +1,5 @@
 #
-#    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
+#    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 #
 #    This file is part of libsub.
 #
@@ -22,9 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', '0f1034f')
-    libcxml = ('libcxml', 'c336f86')
-    return (('asdcplib', 'carl'), libcxml, libdcp)
+    return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.16'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
@@ -35,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')