summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-09 22:59:07 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-09 22:59:07 +0000
commita6bc9974d9d544b741b4bcd19fc0279250b73555 (patch)
tree3ec7c143e712d22b5d2745cbe316ca2f635f5e07 /cscript
parenta7dac85af6f24851079d0a91823b4725be7d6fa1 (diff)
Try using memory-checking version of libopenjpeg.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 578cd247..4f57532e 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '9717d8fd0217b3a5e12ed7afbab1fd9d4499fc4d'))
+ return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '6a46ed18c74af69216a6de7b406384400febe51d'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()