Buildbot SCons MSVC 2013 packing also requires something extra

This commit is contained in:
Martijn Berger 2013-12-29 19:56:03 +01:00
parent 8c4d40d0e5
commit 5d3adafcbb

@ -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: