summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-11 10:51:09 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-11 10:51:09 +0200
commit10554518c5861bd5351c7ca224a6dd60739d21a9 (patch)
treeda255f5e7b7ac11a8b10ce641374594aa6124b45 /cscript
parent4e885dc225c5c12e11367602cc4bf429520d9b3b (diff)
Bump openjpeg for Windows ccache build fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 66852a67..4efd84b0 100644
--- a/cscript
+++ b/cscript
@@ -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