premake5: Correct architecture to x86.
This commit is contained in:
parent
e55f48dbe2
commit
eec125b67a
@ -91,7 +91,7 @@ workspace "iw4x"
|
|||||||
language "C++"
|
language "C++"
|
||||||
files { "./src/**.hpp", "./src/**.cpp" }
|
files { "./src/**.hpp", "./src/**.cpp" }
|
||||||
includedirs { "%{prj.location}", "./src" }
|
includedirs { "%{prj.location}", "./src" }
|
||||||
architecture "x32"
|
architecture "x86"
|
||||||
|
|
||||||
-- Pre-compiled header
|
-- Pre-compiled header
|
||||||
pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives
|
pchheader "STDInclude.hpp" -- must be exactly same as used in #include directives
|
||||||
|
Loading…
Reference in New Issue
Block a user