Bump openjpeg-cdist for cdist fix.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2017 12:32:14 +0000 (13:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2017 12:32:14 +0000 (13:32 +0100)
cscript

diff --git a/cscript b/cscript
index 217d96cff2f314e00f31c2d386802132b1530e18..e0cfad9f851470025d0b6cd9ba62ab25851db236 100644 (file)
--- 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'))