summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-07-15 07:56:42 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-07-15 17:58:47 +0900
commit2c4349aa3ac9a6d5ee1f7b1aeb5eb0ee1cb54690 (patch)
tree14e5968a67a3f00cad1487bbce0829d952f2a351 /SConstruct
parentead8fcd92a737c7184020768203496a08eb3b7dd (diff)
python: Move the python scons code to a separate tool module.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 6e166502f8..fe27ceafe7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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,
)