fix iOS by adding missing ARM64 arch def

This commit is contained in:
Guenter Obiltschnig 2017-11-10 13:51:27 +01:00
parent ab742abc7a
commit 883728ec19

View File

@ -128,6 +128,7 @@
#define POCO_ARCH_SH 0x0d
#define POCO_ARCH_NIOS2 0x0e
#define POCO_ARCH_AARCH64 0x0f
#define POCO_ARCH_ARM64 0x0f // same as POCO_ARCH_AARCH64
#if defined(__ALPHA) || defined(__alpha) || defined(__alpha__) || defined(_M_ALPHA)