summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
Diffstat (limited to 'distsrc')
-rw-r--r--distsrc/client/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct
index 41ac54277c8..be16ad3ec43 100644
--- a/distsrc/client/SConstruct
+++ b/distsrc/client/SConstruct
@@ -18,7 +18,7 @@ AddOption( "--prefix",
help="installation root" )
-env = Environment( MSVS_ARCH=None , tools = ["default", "gch"], toolpath = '.' )
+env = Environment( MSVS_ARCH=None )
def addExtraLibs( s ):
for x in s.split(","):