[cmake] enable nce on cmake oops
All checks were successful
eden-license / license-header (pull_request) Successful in 30s
All checks were successful
eden-license / license-header (pull_request) Successful in 30s
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
cd1590ae63
commit
8448dbaa93
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ if (UNIX)
|
|||
add_definitions(-DYUZU_UNIX=1)
|
||||
endif()
|
||||
|
||||
if (ARCHITECTURE_arm64 AND (ANDROID OR PLATFORM_LINUX))
|
||||
if (ARCHITECTURE_arm64 AND (ANDROID OR PLATFORM_LINUX OR APPLE))
|
||||
set(HAS_NCE 1)
|
||||
add_definitions(-DHAS_NCE=1)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue