[server,mac] disable platform server

the implementation for mac no longer compiles.
This commit is contained in:
akallabeth
2025-04-29 12:12:34 +02:00
parent 539126076b
commit bb67da5411

View File

@@ -35,7 +35,8 @@ endif()
if(WITH_PLATFORM_SERVER)
if(NOT WIN32)
if(APPLE AND (NOT IOS))
add_subdirectory(Mac)
# add_subdirectory(Mac)
message(WARNING "Mac platform server implementation no longer compiles")
endif()
else()
add_subdirectory(Windows)