diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-04 13:11:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-04 13:11:59 +0100 |
| commit | 33fca94618c3cc51604f48b2cb5367f3f8e3ad41 (patch) | |
| tree | 02254cc29ccfa40b0f60cb7c4e93c802dd01e5b8 /cscript | |
| parent | 063140342704c51f4c0c2bd77eefe6c512bc45f3 (diff) | |
Fix cscript again.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return ('libcxml', '7b4ecc3') + return (('libcxml', '7b4ecc3'),) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
