Fix merge.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 4ba4eadb918b6c9ab512c98e9a9583b4a78cd8ca..1f43f8936db78b6ca3c70593f1801e388e39fd60 100644 (file)
--- a/cscript
+++ b/cscript
@@ -14,6 +14,8 @@ def build(env, target):
     cmd = './waf configure --prefix=%s' % env.work_dir_cscript()
     if target.platform == 'windows':
         cmd += ' --target-windows'
+    elif target.platform == 'osx':
+       cmd += ' --osx'
     elif target.platform == 'linux':
         cmd += ' --static'
     env.command(cmd)