From c07d9e4cfc0e6d7cfa58bf44ad90f625579107be Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Thu, 31 Dec 2015 02:44:51 +0100 Subject: [PATCH] Works on Microsoft's compiler only anyways. --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index dc44a15a..4f34c278 100644 --- a/premake5.lua +++ b/premake5.lua @@ -12,7 +12,7 @@ solution "iw4x" kind "SharedLib" language "C++" files { "./src/**.hpp", "./src/**.cpp" } - --toolset "v120" -- Compatibility for users + toolset "msc" -- only support Microsoft's compiler configuration "Normal" defines { "NDEBUG" }