staticruntime off

This commit is contained in:
TheCherno 2021-04-15 14:43:43 +10:00
parent 4fba735d5e
commit 1a3b9eacfc

View File

@ -1,6 +1,7 @@
project "GLFW"
kind "StaticLib"
language "C"
staticruntime "off"
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
@ -21,7 +22,6 @@ project "GLFW"
pic "On"
systemversion "latest"
staticruntime "On"
files
{
@ -44,7 +44,6 @@ project "GLFW"
filter "system:windows"
systemversion "latest"
staticruntime "On"
files
{