summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 09:28:44 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 09:28:44 +0100
commit1818e757be5a2c462edbca3e38743e9b037a8e90 (patch)
tree1772dca237b3c06b88ddcce7ece55a88f929c288 /cscript
parented3326d5ac0f05762f820a341332718ebea220f5 (diff)
Specify libcxml revision.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e3926837..b7f86daa 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', None), ('openjpeg-cdist', '5d8bffd'))
+ return (('libcxml', 'f35787e'), ('openjpeg-cdist', '5d8bffd'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory