summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-06 23:24:43 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-06 23:24:43 +0100
commit9b6e98e7dcefe301c4583391fbfa9ae8e9b3f47f (patch)
tree868fca9ce2cb96f6fd8e4fe8fee734d5ff1e48e6 /cscript
parentd28dd401ad47186e939e96068b7ece4f2b4418d9 (diff)
Typo.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9aea4e877..4ba4eadb9 100644
--- a/cscript
+++ b/cscript
@@ -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)