Bump waf in asdcplib. v1.8.29
authorCarl Hetherington <cth@carlh.net>
Mon, 19 Sep 2022 22:05:43 +0000 (00:05 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 19 Sep 2022 22:05:43 +0000 (00:05 +0200)
cscript

diff --git a/cscript b/cscript
index 0a0c11672aff1f2221b3039d7636b3d7f5465c4d..b459ac0cfc4c97d92b0c8c3c967a6398d5615599 100644 (file)
--- a/cscript
+++ b/cscript
@@ -39,9 +39,9 @@ option_defaults = { 'jpeg': 'oj2' }
 def dependencies(target, options):
     libcxml = ('libcxml', 'v0.17.4')
     if options['jpeg'] == 'oj1':
-        return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'))
+        return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'))
     else:
-        return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'))
+        return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory