Fix merge.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Jun 2013 09:02:27 +0000 (10:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 Jun 2013 09:02:27 +0000 (10:02 +0100)
1  2 
cscript

diff --cc cscript
index 87e7551e46a826bd298c16511472779128dc5423,4ba4eadb918b6c9ab512c98e9a9583b4a78cd8ca..1f43f8936db78b6ca3c70593f1801e388e39fd60
+++ b/cscript
@@@ -14,9 -14,7 +14,9 @@@ def build(env, target)
      cmd = './waf configure --prefix=%s' % env.work_dir_cscript()
      if target.platform == 'windows':
          cmd += ' --target-windows'
-     else if target.platform == 'osx':
++    elif target.platform == 'osx':
 +      cmd += ' --osx'
-     else if target.platform == 'linux':
+     elif target.platform == 'linux':
          cmd += ' --static'
      env.command(cmd)