diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-29 17:47:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-29 17:47:39 +0100 |
| commit | efc228537094ecb30fe485709f03b9560bcad718 (patch) | |
| tree | 1b49b97bf9b89e8a4db413372b3bdbf9125419a1 | |
| parent | f510146decac46d5e792fe0b476c58a5ed61df08 (diff) | |
Tweak cscript for OS X
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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') |
