1
Fork 0
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:
Andreas Kling 2022-10-03 00:26:58 +02:00
parent f27bc56e5e
commit 9f7a68136f

View file

@ -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"