update premake to uyse the already git ignored build directory

This commit is contained in:
inc0der 2025-09-15 13:31:11 -03:00
parent e93fd98f5d
commit ba85a9188c

View File

@ -3,8 +3,8 @@ project "glfw"
language "C" language "C"
staticruntime "On" staticruntime "On"
targetdir ("bin/" .. outputdir .. "/%{prj.name}") targetdir ("build/bin/%{cfg.buildcfg}/%{cfg.architecture}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}") objdir ("build/bin-int/%{cfg.buildcfg}/%{cfg.architecture}")
files files
{ {