Typo.
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Jun 2013 22:24:43 +0000 (23:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Jun 2013 22:24:43 +0000 (23:24 +0100)
cscript

diff --git a/cscript b/cscript
index 9aea4e877bc7a891441787dc40baba8754f60c0a..4ba4eadb918b6c9ab512c98e9a9583b4a78cd8ca 100644 (file)
--- 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)