mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibCore: Build LocalSocket on Android
This commit is contained in:
parent
babadc19df
commit
7de4fb2947
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue