summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-29 21:35:20 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-29 21:35:20 +0100
commit8ff5f07f5811688a5ff645338a30822cf9c2caec (patch)
treea4dcd8e5fc547ac7d3ab3152df7eefc19dede721 /cscript
parentbfae5ed33750db403d9d73e6556f63dceaadcf29 (diff)
Bump cxml version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1fa1b136..894c6f96 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.05'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
+ return (('libcxml', 'v0.07'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()