From 5200435ea61574df5f23cbb53cbefa2dd09742b7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Jun 2013 20:23:54 +0100 Subject: Auto-detect OS X during configure. Try again to fix lzma dep. --- cscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 1f43f8936..4ba4eadb9 100644 --- a/cscript +++ b/cscript @@ -14,8 +14,6 @@ def build(env, target): cmd = './waf configure --prefix=%s' % env.work_dir_cscript() if target.platform == 'windows': cmd += ' --target-windows' - elif target.platform == 'osx': - cmd += ' --osx' elif target.platform == 'linux': cmd += ' --static' env.command(cmd) -- cgit v1.2.3