fixed: used wrong arch name for msbuild 32-bit config

This commit is contained in:
Nick Bolton 2014-03-08 09:08:59 +00:00
parent 84f7137879
commit affde8a85c
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ class InternalCommands:
return path return path
def run_vcbuild(self, generator, mode, solution, args='', dir='', config32='x86'): def run_vcbuild(self, generator, mode, solution, args='', dir='', config32='Win32'):
import platform import platform
# os_bits should be loaded with '32bit' or '64bit' # os_bits should be loaded with '32bit' or '64bit'