mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-21 04:58:52 -05:00
fixed staticruntime for current build method
This commit is contained in:
parent
c0f7fed0b8
commit
256d8243b4
|
@ -1,7 +1,7 @@
|
||||||
project "GLFW"
|
project "GLFW"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
language "C"
|
language "C"
|
||||||
staticruntime "off"
|
staticruntime "on"
|
||||||
|
|
||||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user