summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-02 22:30:06 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-02 22:30:06 +0100
commit27e74ac5cf717233914fd017eb9ca67ee7c4af96 (patch)
tree2c4c4d4de70cac2dd10778edcad0e995e8a97191 /cscript
parent52528d511935d95b1a2f0dbf62bcd2af3a6288ad (diff)
parente6e329c27b5b48c4341860810dea4616cdc8e7b0 (diff)
Merge master.
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')