diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:41:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 10:41:50 +0100 |
| commit | 8d0cf4537624066e9ff2bc7152d792b2bf5e8038 (patch) | |
| tree | e92933ff7ee167c79c43e78b8a7e46c239b51d3e /cscript | |
| parent | 8c1a2972ac7e18758759515c3c1889c5b6fd86b5 (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') |
