diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-29 11:09:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-29 11:09:33 +0100 |
| commit | 8728835cf9216013fb80072939122f878b0e57f5 (patch) | |
| tree | 1b48acfcd8105a0aa0708a90230e45b67d689ac6 /cscript | |
| parent | f93722a185a0b432bbb2f36709c4ea1f1cfd4e19 (diff) | |
Missing import.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +import os + def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': |
