From affde8a85cec06b0ebd04da3addc3413678f26d5 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Sat, 8 Mar 2014 09:08:59 +0000 Subject: [PATCH] fixed: used wrong arch name for msbuild 32-bit config --- ext/build/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/build/toolchain.py b/ext/build/toolchain.py index fd7c3dd0..2133a821 100644 --- a/ext/build/toolchain.py +++ b/ext/build/toolchain.py @@ -1197,7 +1197,7 @@ class InternalCommands: 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 # os_bits should be loaded with '32bit' or '64bit'