diff options
| author | ruki <[email protected]> | 2023-11-01 22:48:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-01 22:48:40 +0800 |
| commit | 1fc0da75ce16ce63a587de77e2fccc77d922535a (patch) | |
| tree | e1ff13eb8322a36cd0003d0d1f9f9591ba0849f6 | |
| parent | 65a950ee174ac6cb508c5bab8e6f1dbaa31fd2be (diff) | |
use different target name
| -rw-r--r-- | xmake/actions/test/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/test/main.lua b/xmake/actions/test/main.lua index 2bb5dfe23..3a482339d 100644 --- a/xmake/actions/test/main.lua +++ b/xmake/actions/test/main.lua @@ -354,6 +354,7 @@ function main() if extra.files then local target_new = target:clone() local scriptdir = target:scriptdir() + target_new:name_set(target:name() .. "_" .. name) for _, file in ipairs(extra.files) do file = path.absolute(file, scriptdir) file = path.relative(file, os.projectdir()) |
