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