Added build option for windows

master
Ambigapathy Vinayak ago%!(EXTRA string=11 months)
parent e45406abb0
commit a13a1166c0
  1. 2
      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"

Loading…
Cancel
Save