summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-18 23:00:00 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-18 23:00:00 +0000
commit583999819d97ae98e97997ed7d6ccde9abc13e9b (patch)
tree92b00bf427be75b63f9d2f8b904513b55de1a571 /cscript
parentf74c4629ee01af3d3278bfe30ed6a05a18670827 (diff)
Bump libopenjpeg for build failures.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f553a7b7..784e1c7f 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', 'a644288'))
+ return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '13b69c2'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()