1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 18:55:29 +02:00

Initial Haiku support (#6568)

* Iitial Haiku support
This commit is contained in:
miqlas
2017-10-30 08:17:43 +01:00
committed by Loïc Blot
parent cd1140f69c
commit a95e0d1876
5 changed files with 23 additions and 5 deletions

View File

@@ -17,3 +17,7 @@ if (BUILD_CLIENT)
)
endif()
# Haiku networking support
if(HAIKU)
set(PLATFORM_LIBS -lnetwork ${PLATFORM_LIBS})
endif()