python: arm64 support

front
cinap_lenrek 2019-05-03 21:11:17 +02:00
parent bbf532dba8
commit db70c1d20d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
typedef struct Threadarg Threadarg;
#if defined(T386) || defined(Tarm) || defined(Tpower) || defined(Tamd64) || defined(Tspim)
#if defined(T386) || defined(Tarm) || defined(Tarm64) || defined(Tpower) || defined(Tamd64) || defined(Tspim)
#undef WORDS_BIGENDIAN
#elif defined(Tmips) || defined(Tsparc)
#define WORDS_BIGENDIAN