From 7ea70d3e77aa3c1a16b5fc11e37299e7936c4e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 19 May 2015 11:31:02 -0700 Subject: [PATCH] Fixed x86 -> x32 --- scripts/toolchain.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 358bfbc..94616b8 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -334,7 +334,7 @@ function toolchain(_buildDir, _libDir) } targetsuffix "Release" - configuration { "vs*", "x86" } + configuration { "vs*", "x32" } flags { "EnableSSE2", }