mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
- use TargetArch.cmake to detect arm64, specifically
This commit is contained in:
parent
6406427eb7
commit
a02654339b
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ set(archdetect_c_code "
|
|||
#elif defined(__ARM_ARCH_5TEJ__) \\
|
||||
|| (defined(__TARGET_ARCH_ARM) && __TARGET_ARCH_ARM-0 >= 5)
|
||||
#error cmake_ARCH armv5
|
||||
#elif defined(_M_ARM64) || defined (__aarch64__)
|
||||
#error cmake_ARCH arm64
|
||||
#else
|
||||
#error cmake_ARCH arm
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue