Skip to content

Commit 4ecd795

Browse files
committed
Correct the handling of arm64_32 in watchOS headers.
1 parent 7e7b142 commit 4ecd795

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

patch/Python/pyconfig-watchOS.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
#endif
44

55
#ifdef __arm64__
6+
# ifdef __LP64__
67
#include "pyconfig-arm64.h"
8+
# else
9+
#include "pyconfig-arm64_32.h"
10+
# endif
711
#endif
812

913
#ifdef __x86_64__

0 commit comments

Comments
 (0)