mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[server,mac] disable shadow if on mac
the mac implementation no longer compiles.
This commit is contained in:
@@ -22,7 +22,11 @@ option(WITH_PLATFORM_SERVER "Compile with platform server" ON)
|
||||
|
||||
add_subdirectory(common)
|
||||
if(WITH_SHADOW)
|
||||
add_subdirectory(shadow)
|
||||
if(APPLE)
|
||||
message(WARNING "Mac shadow server implementation no longer compiles")
|
||||
else()
|
||||
add_subdirectory(shadow)
|
||||
endif()
|
||||
endif()
|
||||
if(WITH_PROXY)
|
||||
add_subdirectory(proxy)
|
||||
|
||||
Reference in New Issue
Block a user