mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
Update outputdir to OutputDir
This commit is contained in:
parent
8922712f6d
commit
d7dbc1890a
@ -2,8 +2,8 @@ project "GLFW"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
|
||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||
targetdir ("bin/" .. OutputDir .. "/%{prj.name}")
|
||||
objdir ("bin-int/" .. OutputDir .. "/%{prj.name}")
|
||||
|
||||
files
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user