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:
-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']