mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
LibWeb: It's AK_OS_MACOS, not AK_OS_MAC
This commit is contained in:
parent
f27bc56e5e
commit
9f7a68136f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace Web {
|
|||
# define OS_STRING "SerenityOS"
|
||||
#elif defined(AK_OS_LINUX)
|
||||
# define OS_STRING "Linux"
|
||||
#elif defined(AK_OS_MAC)
|
||||
#elif defined(AK_OS_MACOS)
|
||||
# define OS_STRING "macOS"
|
||||
#elif defined(AK_OS_WINDOWS)
|
||||
# define OS_STRING "Windows"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue