Bump asdcplib for some more logging.
authorCarl Hetherington <cth@carlh.net>
Mon, 13 Jun 2022 22:33:31 +0000 (00:33 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 13 Jun 2022 22:58:36 +0000 (00:58 +0200)
cscript

diff --git a/cscript b/cscript
index d566a971b81500518176ae268c59cc7b95059b2e..2f1512215557cee27e7dbe3cdeb992a81885c490 100644 (file)
--- a/cscript
+++ b/cscript
@@ -39,9 +39,9 @@ option_defaults = { 'jpeg': 'oj2' }
 def dependencies(target, options):
     libcxml = ('libcxml', 'v0.17.3')
     if options['jpeg'] == 'oj1':
-        return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'))
+        return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', '42342ba044b9fe8c49c30048b4b1d61278ebd06f'))
     else:
-        return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'))
+        return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', '42342ba044b9fe8c49c30048b4b1d61278ebd06f'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory