1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:57:35 +00:00

LibCore: Build LocalSocket on Android

This commit is contained in:
Andrew Kaster 2023-07-19 09:55:49 -06:00 committed by Andrew Kaster
parent babadc19df
commit 7de4fb2947

View file

@ -41,9 +41,11 @@ if (NOT ANDROID AND NOT WIN32 AND NOT EMSCRIPTEN)
FilePermissionsMask.cpp
GetPassword.cpp
Group.cpp
LocalServer.cpp
)
endif()
if (NOT WIN32 AND NOT EMSCRIPTEN)
list(APPEND SOURCES LocalServer.cpp)
endif()
# FIXME: Implement Core::FileWatcher for macOS, *BSD, and Windows.
if (SERENITYOS)