mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-12 18:39:32 +08:00
locate deps in a subfolder according to premake _ACTION
This commit is contained in:
parent
be91843d8a
commit
8ef5a9c5b1
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user