Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 513762f

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Python/remote_debugging.c

Copy file name to clipboardExpand all lines: Python/remote_debugging.c
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.