mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
parent
cd1140f69c
commit
a95e0d1876
5 changed files with 23 additions and 5 deletions
|
@ -17,3 +17,7 @@ if (BUILD_CLIENT)
|
|||
)
|
||||
endif()
|
||||
|
||||
# Haiku networking support
|
||||
if(HAIKU)
|
||||
set(PLATFORM_LIBS -lnetwork ${PLATFORM_LIBS})
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue