diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:33:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:33:01 +0100 |
| commit | 2f4be6a1a6984307fdb34403c65047ee2147d5ff (patch) | |
| tree | 1bf5e1487b82ca4f1febf63963ce598f456ee061 /cscript | |
| parent | 1d5f1487bdb81308e41c36443964e3cdcab58857 (diff) | |
Missing libcxml dep.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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': |
