mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-41100: fix _decimal for arm64 Mac OS (GH-21228)
Patch by Lawrence Danna.
This commit is contained in:
parent
ba67d7386e
commit
604d95e235
2 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,9 @@ const char *mpd_version(void);
|
|||
#elif defined(__x86_64__)
|
||||
#define CONFIG_64
|
||||
#define ASM
|
||||
#elif defined(__arm64__)
|
||||
#define CONFIG_64
|
||||
#define ANSI
|
||||
#else
|
||||
#error "unknown architecture for universal build."
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue