fixed: used wrong arch name for msbuild 32-bit config
This commit is contained in:
parent
84f7137879
commit
affde8a85c
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue