Fix linux build.
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Feb 2014 19:07:37 +0000 (19:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 10 Feb 2014 19:07:37 +0000 (19:07 +0000)
cscript

diff --git a/cscript b/cscript
index 46c5f35e18f425123debe2f5b990dbe59ffd60e9..f553a7b732a997bb888a147271657513f888955f 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', 'fc7de25'))
+    return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', 'a644288'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()