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"