summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-29 17:47:39 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-29 17:47:39 +0100
commitefc228537094ecb30fe485709f03b9560bcad718 (patch)
tree1b49b97bf9b89e8a4db413372b3bdbf9125419a1
parentf510146decac46d5e792fe0b476c58a5ed61df08 (diff)
Tweak cscript for OS X
-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')