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