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>2014-05-18 17:36:46 +0400
committerMartijn Berger <martijn.berger@gmail.com>2014-05-18 17:36:46 +0400
commit07e8096c63a35af3331aae7781643ca103dd1bdf (patch)
treee2699aae30408d2794fa61206c9cf2dffd7d637c /build_files/scons/tools/btools.py
parenta089a86edd720e8b2e00abfd18d4155cd70eb433 (diff)
Promote MSVC 2013 to be the official platform (without a numbered suffix) for scons
Diffstat (limited to 'build_files/scons/tools/btools.py')
-rw-r--r--build_files/scons/tools/btools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 6b0ce4ed99c..64c56f03a32 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -680,8 +680,8 @@ def buildslave(target=None, source=None, env=None):
if platform == 'darwin':
platform = 'OSX-' + env['MACOSX_DEPLOYMENT_TARGET'] + '-' + env['MACOSX_ARCHITECTURE']
- if env['MSVC_VERSION'] == '12.0':
- platform = env['OURPLATFORM'] + '12'
+ if env['MSVC_VERSION'] == '9.0':
+ platform = env['OURPLATFORM'] + '9'
branch = env['BUILDBOT_BRANCH']