diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-04 13:28:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-04 13:28:14 +0100 |
| commit | 272d715accff6bad0edef988599152d38484770e (patch) | |
| tree | 1e5983f96189446bae5bbeb4f3b903abcdd46719 /cscript | |
| parent | 33fca94618c3cc51604f48b2cb5367f3f8e3ad41 (diff) | |
Work around bug in cdist that builds dependencies multiple times.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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': |
