mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 12:49:05 +00:00
LibWeb: Set CPU_STRING for i386
This commit is contained in:
parent
88a3b4da9e
commit
b21382bd4e
Notes:
sideshowbarker
2024-07-17 07:31:31 +09:00
Author: https://github.com/bugaevc
Commit: b21382bd4e
Pull-request: https://github.com/SerenityOS/serenity/pull/20957
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/Hendiadyoin1
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ namespace Web {
|
|||
# define CPU_STRING "x86_64"
|
||||
#elif ARCH(AARCH64)
|
||||
# define CPU_STRING "AArch64"
|
||||
#elif ARCH(I386)
|
||||
# define CPU_STRING "x86"
|
||||
#endif
|
||||
|
||||
#if defined(AK_OS_SERENITY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue