mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +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
|
FilePermissionsMask.cpp
|
||||||
GetPassword.cpp
|
GetPassword.cpp
|
||||||
Group.cpp
|
Group.cpp
|
||||||
LocalServer.cpp
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
if (NOT WIN32 AND NOT EMSCRIPTEN)
|
||||||
|
list(APPEND SOURCES LocalServer.cpp)
|
||||||
|
endif()
|
||||||
|
|
||||||
# FIXME: Implement Core::FileWatcher for macOS, *BSD, and Windows.
|
# FIXME: Implement Core::FileWatcher for macOS, *BSD, and Windows.
|
||||||
if (SERENITYOS)
|
if (SERENITYOS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue