Skip to content
Snippets Groups Projects
Commit f93edc82 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

macos: split archs

GitLab: #898
Change-Id: I95a78e9b0745da6ed84b494d6ed9a95c89b9d392
parent 1d7f0d67
Branches
Tags
No related merge requests found
...@@ -32,7 +32,11 @@ ...@@ -32,7 +32,11 @@
#if (defined(TARGET_OS_IOS) && TARGET_OS_IOS) #if (defined(TARGET_OS_IOS) && TARGET_OS_IOS)
#define ABI "iphone" #define ABI "iphone"
#else #else
#if defined(__x86_64__)
#define ABI "x86_64-apple-Darwin" #define ABI "x86_64-apple-Darwin"
#else
#define ABI "arm64-apple-Darwin"
#endif
#endif #endif
#elif defined(__arm__) #elif defined(__arm__)
#if defined(__ARM_ARCH_7A__) #if defined(__ARM_ARCH_7A__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment