summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-10 12:25:14 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-10 12:25:14 +0000
commit606ff251d6ba702c5b27e85752c61711eb41d2fa (patch)
treef59b456b50970dfaf63c6549329954b8f851745d /cscript
parent728e0b6b6965dc9c3c76351295488d481a4f164c (diff)
Bump openjpeg-cdist for a Linux build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ac950c99..beb31686 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '48dd315'))
+ return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '56dd236'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()