diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:48:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:48:38 +0200 |
| commit | 18836a7762c5ffe84b2329e5a20140201d9441d5 (patch) | |
| tree | 68966b75812b8b30618d577bba35d01b16e835d1 /cscript | |
| parent | 1f1409e97bb7d14d8be70450a6cda4fbb2061f0a (diff) | |
openjpeg build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,9 +39,9 @@ option_defaults = { 'force-cpp11': False, 'jpeg': 'oj2' } def dependencies(target, options): libcxml = ('libcxml', '2b8b650', {'force-cpp11': options['force-cpp11']}) if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1': - return (libcxml, ('openjpeg', '44863e4'), ('asdcplib', 'carl')) + return (libcxml, ('openjpeg', '9761972'), ('asdcplib', 'carl')) else: - return (libcxml, ('openjpeg', '44863e4'), ('asdcplib', 'carl')) + return (libcxml, ('openjpeg', '9761972'), ('asdcplib', 'carl')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
