We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943cc14 commit 513762fCopy full SHA for 513762f
Python/remote_debugging.c
@@ -20,7 +20,7 @@
20
# include <sys/mman.h>
21
#endif
22
23
-#if defined(__APPLE__)
+#if defined(__APPLE__) && TARGET_OS_OSX
24
# include <TargetConditionals.h>
25
// Older macOS SDKs do not define TARGET_OS_OSX
26
# if !defined(TARGET_OS_OSX)
0 commit comments