diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-09 20:23:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-09 20:23:54 +0100 |
| commit | 5200435ea61574df5f23cbb53cbefa2dd09742b7 (patch) | |
| tree | ffe50dcd33c8874ef778a5a4da40d0ec13b2bbd7 /cscript | |
| parent | bdedd6f68e5a4fbcfabfaf27f83c003b39084e99 (diff) | |
Auto-detect OS X during configure. Try again to fix lzma dep.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |
