Skip to content

Commit 513762f

Browse files
committed
gh-131591: Handle includes for iOS in remote_debugging.c
1 parent 943cc14 commit 513762f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/remote_debugging.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# include <sys/mman.h>
2121
#endif
2222

23-
#if defined(__APPLE__)
23+
#if defined(__APPLE__) && TARGET_OS_OSX
2424
# include <TargetConditionals.h>
2525
// Older macOS SDKs do not define TARGET_OS_OSX
2626
# if !defined(TARGET_OS_OSX)

0 commit comments

Comments
 (0)