0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

SERVER-6848 Replace tabs with 8 spaces in SConstruct

This commit is contained in:
Tad Marshall 2012-09-02 08:21:46 -04:00
parent e42801cf9d
commit 3f8a82f94a

View File

@ -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" ] )