summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-08 22:40:18 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-08 22:40:18 +0100
commit5d8222829b5d14327ae6b63eb31e9fef0f9b4bdb (patch)
tree4e7cdc1c3bc93d68e07f8ffa5269a8036f80ac31 /cscript
parent93241a630cddd69c3d10b7a6223303170253014a (diff)
Use libcxml git head.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f5e75335..a92979d6 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '760ce54'), ('openjpeg-cdist', '13b69c2'))
+ return (('libcxml', None), ('openjpeg-cdist', '13b69c2'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()