summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-20 13:02:43 +0200
committerCarl Hetherington <cth@carlh.net>2022-06-20 13:02:43 +0200
commit591578e6a84b4c1f2833ff4108eb420b7c78a01e (patch)
tree34019a377047f888e0ac9c418653e903ec2e56d5
parent6652dcfd5c3378d92d033a725c75d8763ac95922 (diff)
Bump asdcplib for build fix.v1.8.21
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 2f151221..37ca00cf 100644
--- 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', '42342ba044b9fe8c49c30048b4b1d61278ebd06f'))
+ return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'))
else:
- return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', '42342ba044b9fe8c49c30048b4b1d61278ebd06f'))
+ return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'))
def build(target, options):
cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory