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-29 22:56:03 +0400
committerMartijn Berger <martijn.berger@gmail.com>2013-12-29 22:56:03 +0400
commit5d3adafcbb72f3c4273d80d36b34364313ae8c49 (patch)
tree96ccf7446cb3d1a76f6aeeb3392fed2de07cb056 /build_files/buildbot
parent8c4d40d0e5a46128dffd842e2a2c6c4fcd59064a (diff)
Buildbot SCons MSVC 2013 packing also requires something extra
Diffstat (limited to 'build_files/buildbot')
-rw-r--r--build_files/buildbot/slave_pack.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index b6e817b2e6f..0f410eecfca 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -101,6 +101,9 @@ if builder.find('scons') != -1:
scons_options.append('BF_TOOLSET=mingw')
if builder.endswith('vc2012'):
scons_options.append('MSVS_VERSION=11.0')
+ if builder.endswith('vc2013'):
+ scons_options.append('MSVS_VERSION=12.0')
+ scons_options.append('MSVC_VERSION=12.0')
elif builder.find('mac') != -1:
if builder.find('x86_64') != -1: