diff --git a/premake5.lua b/premake5.lua index abe92d2f..73e6c798 100644 --- a/premake5.lua +++ b/premake5.lua @@ -91,7 +91,7 @@ workspace "iw4x" language "C++" files { "./src/**.hpp", "./src/**.cpp" } includedirs { "%{prj.location}", "./src" } - architecture "x32" + architecture "x86" -- Pre-compiled header pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives