diff --git a/premake5.lua b/premake5.lua index 97ff97a8..dcd0e391 100644 --- a/premake5.lua +++ b/premake5.lua @@ -247,7 +247,7 @@ workspace "iw4x" platforms "x86" --exceptionhandling ("SEH") - flags { "StaticRuntime" } + staticruntime "On" configuration "windows" defines { "_WINDOWS", "WIN32" } diff --git a/tools/premake5.exe b/tools/premake5.exe index 4c9f01f2..22584998 100644 Binary files a/tools/premake5.exe and b/tools/premake5.exe differ