From b06ca535ff84e9a86192187269387033612f610d Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sun, 3 Jan 2016 14:59:38 +0100 Subject: [PATCH] premake5: Enforce 32-bit build. --- premake5.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/premake5.lua b/premake5.lua index f727d732..9b8c90a4 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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" }