python: Move the python scons code to a separate tool module.

This commit is contained in:
José Fonseca
2008-07-15 07:56:42 +09:00
parent ead8fcd92a
commit 2c4349aa3a
3 changed files with 79 additions and 38 deletions

View File

@@ -53,7 +53,7 @@ opts.Add(ListOption('winsys', 'winsys drivers to build', default_winsys,
env = Environment(
options = opts,
tools = ['gallium'],
toolpath = ['scons'],
toolpath = ['#scons'],
ENV = os.environ,
)