mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
AK: Add support for ARCH(AARCH64) to Platform.h
This commit is contained in:
parent
44e70d1bc0
commit
af2761600d
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
# define AK_ARCH_X86_64 1
|
||||
#endif
|
||||
|
||||
#ifdef __aarch64__
|
||||
# define AK_ARCH_AARCH64 1
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
# define AK_OS_MACOS
|
||||
# define AK_OS_BSD_GENERIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue