mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
set ARM64 if detected under OSX
This commit is contained in:
parent
a863a91b13
commit
1953165422
2 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
#error CMAKE_TARGET_ARCH_i686
|
||||
#elif defined(__x86_64__) || defined(_M_X64)
|
||||
#error CMAKE_TARGET_ARCH_x86_64
|
||||
#elif defined(__ARM_ARCH_ISA_A64)
|
||||
#error CMAKE_TARGET_ARCH_arm64
|
||||
#elif defined(__ARM_ARCH)
|
||||
#error CMAKE_TARGET_ARCH_arm
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue