summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-29 22:53:38 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-04 21:12:45 +0000
commit07adacb4563972adc1ca445888ab20dceef8aa57 (patch)
treedde6735cddd4447ebdaa49577dd013f2886fe1ea /cscript
parent9d2e56c2d2adb03d67af2d96dfbda88848e00caf (diff)
Fix cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 80db9332..eef2aea6 100644
--- 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