mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[CPU] Disable x64 backend on ARM64
This commit is contained in:
parent
f25484854c
commit
fe9c98efac
|
|
@ -4,7 +4,11 @@ include(project_root.."/tools/build")
|
|||
group("src")
|
||||
project("xenia-cpu-backend-x64")
|
||||
uuid("7d8d5dce-4696-4197-952a-09506f725afe")
|
||||
kind("StaticLib")
|
||||
filter("architecture:x86_64")
|
||||
kind("StaticLib")
|
||||
filter("architecture:not x86_64")
|
||||
kind("None")
|
||||
filter({})
|
||||
language("C++")
|
||||
links({
|
||||
"capstone",
|
||||
|
|
|
|||
Loading…
Reference in a new issue