summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-25 13:32:14 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-25 13:32:14 +0100
commit047d8ff3615dc7dc8b13c9c0c9a0f381f4c4fbfe (patch)
tree51eaf9f6a237f0bf588e08d1e8590c0bb5c829c6 /cscript
parentbb06c37abbe900a1f0f86d428e9068a96682c188 (diff)
Bump openjpeg-cdist for cdist fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 217d96cf..e0cfad9f 100644
--- a/cscript
+++ b/cscript
@@ -35,7 +35,7 @@ import os
def dependencies(target, options):
if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'):
- return (('libcxml', '25e945f'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'f3b0fb8'))
+ return (('libcxml', '25e945f'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', 'f3b0fb8'))
else:
return (('libcxml', '25e945f'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'f3b0fb8'))