[channels,serial] default to off on APPLE
This commit is contained in:
parent
050eef537a
commit
1ec18ce827
@ -13,6 +13,11 @@ if(ANDROID)
|
||||
set(OPTION_SERVER_DEFAULT OFF)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
set(OPTION_CLIENT_DEFAULT OFF)
|
||||
set(OPTION_SERVER_DEFAULT OFF)
|
||||
endif()
|
||||
|
||||
define_channel_options(NAME "serial" TYPE "device"
|
||||
DESCRIPTION "Serial Port Virtual Channel Extension"
|
||||
SPECIFICATIONS "[MS-RDPESP]"
|
||||
|
Loading…
Reference in New Issue
Block a user