We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91464b2 + 1507b1c commit c1ce5cbCopy full SHA for c1ce5cb
events/internal/equeue_platform.h
@@ -35,7 +35,7 @@ extern "C" {
35
// Try to infer a platform if none was manually selected
36
#if !defined(EQUEUE_PLATFORM_POSIX) \
37
&& !defined(EQUEUE_PLATFORM_MBED)
38
-#if defined(__unix__)
+#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
39
#define EQUEUE_PLATFORM_POSIX
40
#elif defined(__MBED__)
41
#define EQUEUE_PLATFORM_MBED
0 commit comments