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:
authorMartijn Berger <martijn.berger@gmail.com>2013-12-31 01:25:42 +0400
committerMartijn Berger <martijn.berger@gmail.com>2013-12-31 01:25:56 +0400
commitcb4d32cba37a543dca611c20f80f86d51313a19c (patch)
tree28cf8f5af13ec330383bcc4392f883d60d05d2c4 /build_files/scons/tools
parenta857a6fcf9fc384ad4e19d450aef0c1580079120 (diff)
one more msvc 2013 change
Diffstat (limited to 'build_files/scons/tools')
-rw-r--r--build_files/scons/tools/btools.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 7e38cf21eb6..f35b7da999c 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -691,6 +691,8 @@ def buildslave(target=None, source=None, env=None):
if env['MSVC_VERSION'] == '11.0':
platform = env['OURPLATFORM'] + '11'
+ if env['MSVC_VERSION'] == '12.0':
+ platform = env['OURPLATFORM'] + '12'
branch = env['BUILDBOT_BRANCH']