summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-20 14:40:22 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-20 14:40:22 +0100
commit3fd266fed7d175a401f1168a613b6a4384035212 (patch)
tree05faf93cb38b6ae600fb1508a0c651b558b6edb2 /cscript
parentb2eb51ba9764970fc1486b3ba97c465559e349bd (diff)
Bump libcxml version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1bb7a35f..f5e75335 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '7b4ecc3'), ('openjpeg-cdist', '13b69c2'))
+ return (('libcxml', '760ce54'), ('openjpeg-cdist', '13b69c2'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()