From 2159a812c48e699e28958952e8db25d91d513e46 Mon Sep 17 00:00:00 2001 From: TheApadayo Date: Fri, 23 Jun 2017 15:47:38 -0400 Subject: [PATCH] [Premake] Fix architecture --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 577c117b..a5221b74 100644 --- a/premake5.lua +++ b/premake5.lua @@ -237,7 +237,7 @@ workspace "iw4x" targetdir "%{wks.location}/bin/%{cfg.buildcfg}" buildlog "%{wks.location}/obj/%{cfg.architecture}/%{cfg.buildcfg}/%{prj.name}/%{prj.name}.log" configurations { "Debug", "Release" } - architecture "x32" + architecture "x86" platforms "x86" exceptionhandling ("SEH")