mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
AK: Add support for ARCH(AARCH64) to Platform.h
This commit is contained in:
parent
44e70d1bc0
commit
af2761600d
Notes:
sideshowbarker
2024-07-18 02:48:40 +09:00
Author: https://github.com/jamesmintram 🔰 Commit: https://github.com/SerenityOS/serenity/commit/af2761600db Pull-request: https://github.com/SerenityOS/serenity/pull/10446 Reviewed-by: https://github.com/linusg ✅
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…
Reference in a new issue