summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-05 00:33:01 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-05 00:33:01 +0100
commit2f4be6a1a6984307fdb34403c65047ee2147d5ff (patch)
tree1bf5e1487b82ca4f1febf63963ce598f456ee061 /cscript
parent1d5f1487bdb81308e41c36443964e3cdcab58857 (diff)
Missing libcxml dep.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/cscript b/cscript
index 0198fff..a355483 100644
--- a/cscript
+++ b/cscript
@@ -1,5 +1,8 @@
import os
+def dependencies(target):
+ return (('libcxml', 'b3651f7'))
+
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory
if target.platform == 'linux':