mirror of
https://github.com/glfw/glfw.git
synced 2025-10-01 04:10:59 +00:00
update premake to uyse the already git ignored build directory
This commit is contained in:
parent
e93fd98f5d
commit
ba85a9188c
@ -3,8 +3,8 @@ project "glfw"
|
||||
language "C"
|
||||
staticruntime "On"
|
||||
|
||||
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||
targetdir ("build/bin/%{cfg.buildcfg}/%{cfg.architecture}")
|
||||
objdir ("build/bin-int/%{cfg.buildcfg}/%{cfg.architecture}")
|
||||
|
||||
files
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user