locate deps in a subfolder according to premake _ACTION

This commit is contained in:
otavepto 2024-05-28 22:23:41 +03:00
parent be91843d8a
commit 8ef5a9c5b1

View File

@ -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",