summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-03 11:43:14 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-03 19:59:33 +0000
commit14a170698268374fdb59f296661d61828030f352 (patch)
tree82816f11a2a6d30ce5e1c2ecf24f54a5c35b5897 /cscript
parent005dac1a29f748bfe81ff87b15bcf085a4f510a3 (diff)
Various build system / dependency fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index d25963cb..b8f70f70 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'cth'))
+ return (('libcxml', '53d49ac'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'cth'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory