We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42801c commit 3f8a82fCopy full SHA for 3f8a82f
SConstruct
@@ -555,12 +555,12 @@ elif "win32" == os.sys.platform:
555
env.Append( CPPDEFINES=[ "MONGO_USE_SRW_ON_WINDOWS" ] )
556
557
for pathdir in env['ENV']['PATH'].split(os.pathsep):
558
- if os.path.exists(os.path.join(pathdir, 'cl.exe')):
+ if os.path.exists(os.path.join(pathdir, 'cl.exe')):
559
print( "found visual studio at " + pathdir )
560
- break
+ break
561
else:
562
- #use current environment
563
- env['ENV'] = dict(os.environ)
+ #use current environment
+ env['ENV'] = dict(os.environ)
564
565
env.Append( CPPDEFINES=[ "_UNICODE" ] )
566
env.Append( CPPDEFINES=[ "UNICODE" ] )
0 commit comments