From 256d8243b4e3cdddbeccdf42dcc5895391afd0f7 Mon Sep 17 00:00:00 2001 From: Gordon McCann <43148247+gwm17@users.noreply.github.com> Date: Sun, 15 Aug 2021 11:53:36 -0400 Subject: [PATCH] fixed staticruntime for current build method --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index c1a9a134..37e8e77c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,7 +1,7 @@ project "GLFW" kind "StaticLib" language "C" - staticruntime "off" + staticruntime "on" targetdir ("bin/" .. outputdir .. "/%{prj.name}") objdir ("bin-int/" .. outputdir .. "/%{prj.name}")