Sorry, zapping rogue print statement. ;-/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d3c518f985
commit
c8470018b8
@ -131,7 +131,6 @@ def main(args):
|
|||||||
config_env = config.asDict()
|
config_env = config.asDict()
|
||||||
config_env.update(os.environ)
|
config_env.update(os.environ)
|
||||||
|
|
||||||
print `config_env`
|
|
||||||
# Things that need to be done before any of the builds
|
# Things that need to be done before any of the builds
|
||||||
initialTask = Task([ Job("cleanup", "distrib/all/build-setup", env=config_env),
|
initialTask = Task([ Job("cleanup", "distrib/all/build-setup", env=config_env),
|
||||||
Job("makedocs", "distrib/all/build-docs", env=config_env),
|
Job("makedocs", "distrib/all/build-docs", env=config_env),
|
||||||
|
Loading…
Reference in New Issue
Block a user