update glfw premake so static runtime is on

This commit is contained in:
inc0der 2025-09-15 13:06:45 -03:00
parent 7b2047f7e0
commit e93fd98f5d

View File

@ -1,6 +1,7 @@
project "glfw" project "glfw"
kind "StaticLib" kind "StaticLib"
language "C" language "C"
staticruntime "On"
targetdir ("bin/" .. outputdir .. "/%{prj.name}") targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}") objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
@ -28,7 +29,6 @@ project "glfw"
filter "system:linux" filter "system:linux"
pic "On" pic "On"
systemversion "latest" systemversion "latest"
staticruntime "On"
files files
{ {
@ -50,7 +50,6 @@ project "glfw"
filter "system:windows" filter "system:windows"
systemversion "latest" systemversion "latest"
staticruntime "On"
files files
{ {