diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 10:51:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-11 10:51:09 +0200 |
| commit | 10554518c5861bd5351c7ca224a6dd60739d21a9 (patch) | |
| tree | da255f5e7b7ac11a8b10ce641374594aa6124b45 /cscript | |
| parent | 4e885dc225c5c12e11367602cc4bf429520d9b3b (diff) | |
Bump openjpeg for Windows ccache build fixes.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ def dependencies(target, options): if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1': return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl')) else: - return (libcxml, ('openjpeg', '956af06'), ('asdcplib', 'carl')) + return (libcxml, ('openjpeg', '585b84a'), ('asdcplib', 'carl')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
