From 4a26fc2bb6c1b602ab1037ccc0681a1be534de89 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 29 Dec 2015 04:03:04 +0100 Subject: [PATCH] Use any toolset. --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index d7f9bcb7..8a68253c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -6,7 +6,7 @@ solution "iw4x" kind "SharedLib" language "C++" files { "src/**.hpp", "src/**.cpp" } - toolset "v120" -- Compatibility for users + --toolset "v120" -- Compatibility for users configuration "Normal" defines { "NDEBUG" }