Merge master.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 97e8dbd9239583517ead27d8e1806dbaf10e50c7..c51f3a033fb3aa22e54cc998e52e85da62858291 100644 (file)
--- a/cscript
+++ b/cscript
@@ -15,7 +15,7 @@ def build(env, target):
     cmd = './waf configure --prefix=%s' % env.work_dir_cscript()
     if target.platform == 'windows':
         cmd += ' --target-windows'
-    else:
+    elif target.platform == 'linux':
         cmd += ' --static'
     env.command(cmd)