diff --git a/libs/openssl/include/openssl/opensslconf.h b/libs/openssl/include/openssl/opensslconf.h index 070657d..0be5e17 100644 --- a/libs/openssl/include/openssl/opensslconf.h +++ b/libs/openssl/include/openssl/opensslconf.h @@ -8,21 +8,21 @@ #include -#if TARGET_OS_IOS && TARGET_OS_SIMULATOR && TARGET_CPU_X86 +#if TARGET_OS_IOS && TARGET_CPU_X86 # include -#elif TARGET_OS_IOS && TARGET_OS_SIMULATOR && TARGET_CPU_X86_64 +#elif TARGET_OS_IOS && TARGET_CPU_X86_64 # include -#elif TARGET_OS_IOS && TARGET_OS_EMBEDDED && TARGET_CPU_ARM64 +#elif TARGET_OS_IOS && TARGET_CPU_ARM64 # include -#elif TARGET_OS_IOS && TARGET_OS_EMBEDDED && TARGET_CPU_ARM64E +#elif TARGET_OS_IOS && TARGET_CPU_ARM64E # include -#elif TARGET_OS_IOS && TARGET_OS_EMBEDDED && TARGET_CPU_ARM && defined(__ARM_ARCH_7S__) +#elif TARGET_OS_IOS && TARGET_CPU_ARM && defined(__ARM_ARCH_7S__) # include -#elif TARGET_OS_IOS && TARGET_OS_EMBEDDED && TARGET_CPU_ARM && !defined(__ARM_ARCH_7S__) +#elif TARGET_OS_IOS && TARGET_CPU_ARM && !defined(__ARM_ARCH_7S__) # include -#elif TARGET_OS_TV && TARGET_OS_SIMULATOR && TARGET_CPU_X86_64 +#elif TARGET_OS_TV && TARGET_CPU_X86_64 # include -#elif TARGET_OS_TV && TARGET_OS_EMBEDDED && TARGET_CPU_ARM64 +#elif TARGET_OS_TV && TARGET_CPU_ARM64 # include #else # error Unable to determine target or target not included in OpenSSL build