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.
1 parent c60c71b commit d9e39f1Copy full SHA for d9e39f1
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__)
39
#define EQUEUE_PLATFORM_POSIX
40
#elif defined(__MBED__)
41
#define EQUEUE_PLATFORM_MBED
0 commit comments