diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-25 00:07:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-25 00:07:24 +0100 |
| commit | 833fbe007db587961b99553a43f1af8076c52eb5 (patch) | |
| tree | 343047ea691768aab56305de0a5c8f142532202a /cscript | |
| parent | d5e446291f60eb203796389d4b0f726efca2befe (diff) | |
Fix cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,2 +1,9 @@ -builds = ['source'] + +def build(env, target): + cmd = './waf configure --prefix=%s' % env.work_dir_cscript() + if target.platform == 'windows': + cmd += ' --target-windows' + env.command(cmd) + env.command('./waf build install') + |
