Fix typeo in CPU_TYPE_ARM64_32 for older SDKs.

This commit is contained in:
Jason Molenda 2019-10-31 14:13:57 -07:00
parent d47133adad
commit 54a873b158
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#ifndef CPU_TYPE_ARM64_32
#define CPU_ARCH_ABI64_32 0x02000000
#define (CPU_TYPE_ARM | CPU_ARCH_ABI64_32)
#define CPU_TYPE_ARM64_32 (CPU_TYPE_ARM | CPU_ARCH_ABI64_32)
#endif
#include <TargetConditionals.h> // for TARGET_OS_TV, TARGET_OS_WATCH