diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-07 19:37:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-07 19:38:19 +0200 |
| commit | 7cb83d09da5057ff1a17293316d0c1896f95228a (patch) | |
| tree | c58764fce601131ef916f62621573643c4da0961 /cscript | |
| parent | 4e885dc225c5c12e11367602cc4bf429520d9b3b (diff) | |
rouault's fp branch.
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', 'f166257'), ('asdcplib', 'carl')) + return (libcxml, ('openjpeg', '08fff34'), ('asdcplib', 'carl')) else: - return (libcxml, ('openjpeg', '956af06'), ('asdcplib', 'carl')) + return (libcxml, ('openjpeg', '08fff34'), ('asdcplib', 'carl')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
