diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-13 21:28:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-13 21:28:36 +0100 |
| commit | e36c24bf1522593976de7de2c4d79c76f0ba36a8 (patch) | |
| tree | b342028831b620944ebc5a45946d82c1f69f64d0 /cscript | |
| parent | 43b4e55710271c797b5d251c891047ed4da20e10 (diff) | |
| parent | a991c734ebfedb5456cec827d5eaf2583fdbb9a1 (diff) | |
Merge branch 'master' of ssh://houllier/home/carl/git/dvdomatic
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) |
