mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Ladybird: Link libnsl and libsocket to RequestServer on Solaris
This commit is contained in:
parent
326e8a0a33
commit
9c3b0b367a
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ target_link_libraries(RequestServer PRIVATE LibCore LibMain LibCrypto LibFileSys
|
|||
if (ANDROID)
|
||||
link_android_libs(RequestServer)
|
||||
endif()
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|
||||
# Solaris has socket and networking related functions in two extra libraries
|
||||
target_link_libraries(RequestServer PRIVATE nsl socket)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue