Skip to content

Commit 20ff01b

Browse files
committed
Added 20150505 version of Python patch.
1 parent 7d73cb6 commit 20ff01b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

patch/Python/pyconfig.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
#ifdef __arm__
2+
#include "pyconfig-armv7.h"
3+
#endif
4+
15
#ifdef __arm64__
26
#include "pyconfig-arm64.h"
37
#endif
48

5-
#ifdef __arm__
6-
#include "pyconfig-armv7.h"
9+
#ifdef __i386__
10+
#include "pyconfig-i386.h"
711
#endif
812

913
#ifdef __x86_64__

0 commit comments

Comments
 (0)