mirror of
https://github.com/xenia-project/xenia.git
synced 2026-03-25 22:56:32 +01:00
[CPU] Fix multi-arch cpu-test support
This commit is contained in:
parent
edfd2f219b
commit
6b4ff8bb62
|
|
@ -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…
Reference in a new issue