Fix cscript.
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Nov 2015 22:53:38 +0000 (22:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 4 Dec 2015 21:12:45 +0000 (21:12 +0000)
cscript

diff --git a/cscript b/cscript
index 80db93329e9614a31c6189043b2f12a558d18aee..eef2aea61cdeacdb9a3e9d80d0103477d93c5cb0 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'v0.15.0'), ('openjpeg-cdist', '5d8bffd'))
+    return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', 'b59b623'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory