From 5d3adafcbb72f3c4273d80d36b34364313ae8c49 Mon Sep 17 00:00:00 2001 From: Martijn Berger Date: Sun, 29 Dec 2013 19:56:03 +0100 Subject: [PATCH] Buildbot SCons MSVC 2013 packing also requires something extra --- build_files/buildbot/slave_pack.py | 3 +++ 1 file changed, 3 insertions(+) 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: