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