mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[CPU] Fix multi-arch cpu-test support
This commit is contained in:
parent
edfd2f219b
commit
6b4ff8bb62
1 changed files with 3 additions and 1 deletions
|
|
@ -19,10 +19,12 @@ test_suite("xenia-cpu-tests", project_root, ".", {
|
|||
links = {
|
||||
"xenia-cpu-backend-x64",
|
||||
},
|
||||
},
|
||||
{
|
||||
filter = 'architecture:ARM64',
|
||||
links = {
|
||||
"xenia-cpu-backend-a64",
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue