premake5: Enforce 32-bit build.
This commit is contained in:
parent
05210099de
commit
b06ca535ff
@ -56,6 +56,7 @@ solution "iw4x"
|
||||
files { "./src/**.hpp", "./src/**.cpp" }
|
||||
includedirs { "%{prj.location}" }
|
||||
toolset "msc" -- only support Microsoft's compiler
|
||||
architecture "x32"
|
||||
|
||||
configuration "Normal"
|
||||
defines { "NDEBUG" }
|
||||
|
Loading…
Reference in New Issue
Block a user