diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-14 00:33:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-14 00:58:36 +0200 |
| commit | 6d41f92865234df02d42df26afab667e0b132244 (patch) | |
| tree | a9cd4e0ee55a52016db918876106fb057839d80e /cscript | |
| parent | 6c5328f07362510a41c8518ced62d74b2eff25cc (diff) | |
Bump asdcplib for some more logging.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
