diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:41:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:41:25 +0100 |
| commit | ee0b4ed1835f4b2d3e5972b93ab02254e2cbdff8 (patch) | |
| tree | 1be0528d7172b5863a1f827fa97b9c96726ae693 /cscript | |
| parent | a84e33159d708362b10ff61af186a59cc9f5be6b (diff) | |
More cscript tweaks.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ import glob -releases = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64'] +release_targets = ['ubuntu-12.04-32', 'ubuntu-12.10-32', 'ubuntu-12.04-64', 'ubuntu-12.10-64', 'source', 'windows-32', 'windows-64'] -def release(environment, variant, version): +def build_release(environment, variant, version): if environment == 'windows': command('./waf configure --target-windows') command('./waf clean') |
