summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 18913fa1..5413fdbc 100644
--- a/cscript
+++ b/cscript
@@ -6,6 +6,8 @@ def build(env, target):
cmd += ' --static-libdcp --static-openjpeg'
elif target.platform == 'windows':
cmd += ' --target-windows'
+ elif target.platform == 'osx':
+ cmd += ' --osx'
env.command(cmd)
env.command('./waf build install')