summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-05 10:52:18 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-05 10:52:18 +0100
commit42cebebffa7d71b93ced7902062eed977c6b4e94 (patch)
treebc37cd86b020b6212628374e00f290848e2b35af /cscript
parente1f094f8c2494ecc75de966ff3c842642669e1e1 (diff)
Use firm libcxml revision.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 869631bc..96cbfa84 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'd4c2770'), ('openjpeg-cdist', '5d8bffd'))
+ return (('libcxml', 'v0.13.0'), ('openjpeg-cdist', '5d8bffd'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory