msvc 2008 platofrm suffix changed to be -vc9

This commit is contained in:
Martijn Berger 2014-05-24 11:20:18 +02:00
parent 7fb33e5c43
commit 9907538239

@ -665,7 +665,7 @@ def buildslave(target=None, source=None, env=None):
platform = env['OURPLATFORM'].split('-')[0]
if env['OURPLATFORM'] in ('win32-vc', 'win64-vc') and env['MSVC_VERSION'] == '9.0':
platform = platform + '9'
platform = platform + '-vc9'
if platform == 'linux':
import platform