Fix static runtime

This commit is contained in:
Nathan Mayes 2024-11-21 22:25:30 +01:00 committed by Nathan Mayes
parent 89358b26fa
commit daeb388f2a

View File

@ -1,7 +1,7 @@
project "glfw"
kind "StaticLib"
language "C"
staticruntime "on"
staticruntime "off"
targetdir ("%{wks.location}/bin/%{prj.name}/" .. outputDir)
objdir ("%{wks.location}/obj/%{prj.name}/" .. outputDir)
@ -38,7 +38,6 @@ project "glfw"
pic "On"
systemversion "latest"
staticruntime "On"
files
{
@ -63,7 +62,6 @@ project "glfw"
filter "system:windows"
systemversion "latest"
staticruntime "On"
files
{