From ee0b4ed1835f4b2d3e5972b93ab02254e2cbdff8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Apr 2013 10:41:25 +0100 Subject: [PATCH] More cscript tweaks. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index 15647c2ce..276e4bc40 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') -- 2.30.2