mirror of
https://github.com/glfw/glfw.git
synced 2025-06-06 15:54:56 +00:00
Fix static runtime
This commit is contained in:
parent
89358b26fa
commit
daeb388f2a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user