summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-17 10:41:50 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-17 10:41:50 +0100
commit8d0cf4537624066e9ff2bc7152d792b2bf5e8038 (patch)
treee92933ff7ee167c79c43e78b8a7e46c239b51d3e
parent8c1a2972ac7e18758759515c3c1889c5b6fd86b5 (diff)
More cscript tweaks.
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index eac0fb089..2e09d2bcd 100644
--- a/cscript
+++ b/cscript
@@ -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')