summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-14 22:33:03 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-14 22:33:03 +0000
commit30b0d9153a2e69d763f0a9703575486e0d0c0393 (patch)
tree91fcf1d8f8dfd3bcdb0bccfd4f89d5c47d52f61e /cscript
parentb9bdf4386c1e0a3a87b962aeb36bf1abcc3fc06d (diff)
parente57d1d713fd1a190d702a51f609220681d834c93 (diff)
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/libdcp
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6593cbc3..578cd247 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '890fb170eb4acb4af0e67d204b32b2d9fa1512c6'), ('openjpeg-cdist', '9717d8fd0217b3a5e12ed7afbab1fd9d4499fc4d'))
+ return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '9717d8fd0217b3a5e12ed7afbab1fd9d4499fc4d'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()