mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[server,mac] disable platform server
the implementation for mac no longer compiles.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user