diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-01 20:48:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-01 20:48:13 +0200 |
| commit | df504d64b878a409d469df8a166558919e3c2afb (patch) | |
| tree | 4c717435fc34dbba1ffdfb302a428469f41eeb71 | |
| parent | ffe3e896d1c0f978c16d47916772eee2a7fc68d2 (diff) | |
Bump asdcplib to a version with some better Win32 error logging.
| -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', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5')) + return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45')) else: - return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5')) + return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
