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" }