diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-06 23:24:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-06 23:24:43 +0100 |
| commit | 9b6e98e7dcefe301c4583391fbfa9ae8e9b3f47f (patch) | |
| tree | 868fca9ce2cb96f6fd8e4fe8fee734d5ff1e48e6 /cscript | |
| parent | d28dd401ad47186e939e96068b7ece4f2b4418d9 (diff) | |
Typo.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ def build(env, target): cmd = './waf configure --prefix=%s' % env.work_dir_cscript() if target.platform == 'windows': cmd += ' --target-windows' - else if target.platform == 'linux': + elif target.platform == 'linux': cmd += ' --static' env.command(cmd) |
