From 5c4e872c3a155c4af75d8ff963c16da28037ffe8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Jun 2013 00:02:59 +0100 Subject: OS X tweaks. --- cscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index f1063c7..183f908 100644 --- a/cscript +++ b/cscript @@ -4,7 +4,5 @@ def build(target): cmd += ' --static' elif target.platform == 'windows': cmd += ' --target-windows' - elif target.platform == 'osx': - cmd += ' --osx' target.command(cmd) target.command('./waf build install') -- cgit v1.2.3