one more msvc 2013 change

This commit is contained in:
Martijn Berger 2013-12-30 22:25:42 +01:00
parent a857a6fcf9
commit cb4d32cba3
1 changed files with 2 additions and 0 deletions

View File

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