From 8ef5a9c5b1774227026e1d7f3e791711e3205d84 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Tue, 28 May 2024 22:23:41 +0300 Subject: [PATCH] locate deps in a subfolder according to premake _ACTION --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 43a281a2..4fca3e73 100644 --- a/premake5.lua +++ b/premake5.lua @@ -55,7 +55,7 @@ else error('Unsupported os target: "' .. os.target() .. '"') end -local deps_dir = 'build/deps/' .. os_iden .. '/' +local deps_dir = path.getabsolute(path.join('build', 'deps', os_iden, _ACTION), _MAIN_SCRIPT_DIR) newaction { trigger = "genproto",