From a9c05c04b85b2b3d1a7183372deb66be1f4cc7ff Mon Sep 17 00:00:00 2001 From: Nikhil Bharadwaj <44049892+pixelbrahma@users.noreply.github.com> Date: Mon, 8 Aug 2022 16:28:00 +0100 Subject: [PATCH] Changes to premake --- premake5.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake5.lua b/premake5.lua index fa5e97ca..bb0c2e13 100644 --- a/premake5.lua +++ b/premake5.lua @@ -32,7 +32,7 @@ project "GLFW" pic "On" systemversion "latest" - staticruntime "On" + staticruntime "Off" files { @@ -56,7 +56,7 @@ project "GLFW" filter "system:windows" systemversion "latest" - staticruntime "On" + staticruntime "Off" files {