mirror of
https://github.com/alex47exe/gse_fork.git
synced 2026-02-04 05:41:18 +01:00
locate deps in a subfolder according to premake _ACTION
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user