Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2011-11-10 14:34:26 +0400
committerJoshua Leung <aligorith@gmail.com>2011-11-10 14:34:26 +0400
commit9111213a98760edb2f379c807efa098ed9d2b306 (patch)
tree959cdaf1b4f17efa92cae9047394bc3fa18c2f27 /SConstruct
parentafeb0eeaf0e8caf5e46a5dd6fbea3786e9fb1354 (diff)
Whitespace tweaks
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 5bc76c57091..161bbbc0378 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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'