summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-05 18:00:01 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-05 18:00:01 -0400
commite7b74445e6cd8cc9fc32fd0a1c8dd9bb885c8a93 (patch)
tree201551a4b186961ec4f49cac71c8d92936607293 /SConstruct
parentfa25a91000b08693292591e22b6d4071a2a67d3f (diff)
downloadgpsd-e7b74445e6cd8cc9fc32fd0a1c8dd9bb885c8a93.tar.gz
Remove unneeded declaration.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 209261d7..5c4b7481 100644
--- a/SConstruct
+++ b/SConstruct
@@ -155,7 +155,7 @@ for (name, metavar, help, default) in pathopts:
# Environment creation
#
-env = Environment(tools=["default", "tar"], toolpath = ["scons"])
+env = Environment(tools=["default", "tar"])
env.SConsignFile(".sconsign.dblite")
env['VERSION'] = gpsd_version