From a13a1166c03b3cc8edd7abf9a309598b7c8a7391 Mon Sep 17 00:00:00 2001 From: Ambigapathy Vinayak Date: Mon, 17 Jun 2024 13:30:26 +0200 Subject: [PATCH] Added build option for windows --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 2b6f8ffc..a5e25c2d 100644 --- a/premake5.lua +++ b/premake5.lua @@ -32,7 +32,6 @@ project "GLFW" filter "system:linux" pic "On" - systemversion "latest" files @@ -57,6 +56,7 @@ project "GLFW" } filter "system:windows" + buildoptions "/MT" systemversion "latest" staticruntime "On"