Bump asdcplib for build fix. v1.6.22
authorCarl Hetherington <cth@carlh.net>
Mon, 20 Jun 2022 11:05:35 +0000 (13:05 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Jun 2022 11:05:35 +0000 (13:05 +0200)
cscript

diff --git a/cscript b/cscript
index d5d2cb57fd633c3650245a3c8b8a485b70f97248..07139a7969a92c2155597aa4fd501315aa9dc3af 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', '42342ba044b9fe8c49c30048b4b1d61278ebd06f'), ('libdcp', '6d41f92865234df02d42df26afab667e0b132244'))
+    return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.21'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory