Skip to content
Snippets Groups Projects
Commit 1aebd52f authored by Ali Mohammed's avatar Ali Mohammed
Browse files

avoid macro error on apple clang 14

parent c36cc99d
No related branches found
No related tags found
1 merge request!54Resolve "Compilation error when building maestro-core on M1 Apple processors"
Pipeline #122653 canceled
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#include <numaif.h> #include <numaif.h>
#endif #endif
#ifdef defined(__APPLE__) && (!defined(__arm64__)) #if defined(__APPLE__) && (!defined(__arm64__))
#include <cpuid.h> #include <cpuid.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment