diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-02 17:49:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-04 19:37:38 +0200 |
| commit | 784020963f518aaba48b18b3fcff55d5c28a1f28 (patch) | |
| tree | 7055f3f6c421431ee21c83caf080848daedbfdec /cscript | |
| parent | 5316c4b7ba275dc6a8f4d2179dd22ad3c8dc42b5 (diff) | |
Make some tests repeatable across platforms.
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', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45')) + return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d')) else: - return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45')) + return (libcxml, ('openjpeg', 'a1403c2'), ('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
