premake5: Correct architecture to x86.

This commit is contained in:
/dev/urandom 2016-01-19 17:18:47 +01:00
parent e55f48dbe2
commit eec125b67a
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -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