1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-02-19 20:18:50 -05:00

fixed staticruntime for current build method

This commit is contained in:
Gordon McCann 2021-08-15 11:53:36 -04:00 committed by GitHub
parent c0f7fed0b8
commit 256d8243b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
project "GLFW"
kind "StaticLib"
language "C"
staticruntime "off"
staticruntime "on"
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")