Whitespace tweaks

This commit is contained in:
Joshua Leung
2011-11-10 10:34:26 +00:00
parent afeb0eeaf0
commit 9111213a98
2 changed files with 223 additions and 223 deletions

View File

@@ -162,7 +162,7 @@ if cxx:
if sys.platform=='win32':
if env['CC'] in ['cl', 'cl.exe']:
platform = 'win64-vc' if bitness == 64 else 'win32-vc'
platform = 'win64-vc' if bitness == 64 else 'win32-vc'
elif env['CC'] in ['gcc']:
platform = 'win32-mingw'