From efc228537094ecb30fe485709f03b9560bcad718 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 29 May 2013 17:47:39 +0100 Subject: Tweak cscript for OS X --- cscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cscript') 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') -- cgit v1.2.3