diff options
author | Tad Marshall <tad@10gen.com> | 2012-09-02 08:21:46 -0400 |
---|---|---|
committer | Tad Marshall <tad@10gen.com> | 2012-09-02 08:21:46 -0400 |
commit | 3f8a82f94aac4d6152038c42e5b1824dc081442c (patch) | |
tree | 5d4b0782632a28cd5684e450c90770bb672babe5 /SConstruct | |
parent | e42801cf9d3e8524146b23b5395c40b3137df794 (diff) | |
download | mongo-3f8a82f94aac4d6152038c42e5b1824dc081442c.tar.gz |
SERVER-6848 Replace tabs with 8 spaces in SConstruct
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 8 |
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" ] ) |