summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-04 13:28:14 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-04 13:28:14 +0100
commit272d715accff6bad0edef988599152d38484770e (patch)
tree1e5983f96189446bae5bbeb4f3b903abcdd46719 /cscript
parent33fca94618c3cc51604f48b2cb5367f3f8e3ad41 (diff)
Work around bug in cdist that builds dependencies multiple times.
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/cscript b/cscript
index 2d75992..31add72 100644
--- a/cscript
+++ b/cscript
@@ -1,8 +1,5 @@
import os
-def dependencies(target):
- return (('libcxml', '7b4ecc3'),)
-
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
if target.platform == 'linux':