summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2012-09-02 08:21:46 -0400
committerTad Marshall <tad@10gen.com>2012-09-02 08:21:46 -0400
commit3f8a82f94aac4d6152038c42e5b1824dc081442c (patch)
tree5d4b0782632a28cd5684e450c90770bb672babe5 /SConstruct
parente42801cf9d3e8524146b23b5395c40b3137df794 (diff)
downloadmongo-3f8a82f94aac4d6152038c42e5b1824dc081442c.tar.gz
SERVER-6848 Replace tabs with 8 spaces in SConstruct
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct8
1 files changed, 4 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 1792804ab17..443dc5d10f0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -555,12 +555,12 @@ elif "win32" == os.sys.platform:
env.Append( CPPDEFINES=[ "MONGO_USE_SRW_ON_WINDOWS" ] )
for pathdir in env['ENV']['PATH'].split(os.pathsep):
- if os.path.exists(os.path.join(pathdir, 'cl.exe')):
+ if os.path.exists(os.path.join(pathdir, 'cl.exe')):
print( "found visual studio at " + pathdir )
- break
+ break
else:
- #use current environment
- env['ENV'] = dict(os.environ)
+ #use current environment
+ env['ENV'] = dict(os.environ)
env.Append( CPPDEFINES=[ "_UNICODE" ] )
env.Append( CPPDEFINES=[ "UNICODE" ] )