mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[ci] deactivate SDL client for iOS and android
This commit is contained in:
@@ -7,3 +7,4 @@ set(FREERDP_EXTERNAL_SSL_PATH $ENV{ANDROID_SSL_PATH} CACHE PATH "android ssl")
|
||||
#set(ANDROID_SDK "${ANDROID_NDK}" CACHE PATH "android SDK")
|
||||
set (WITH_FREERDP_DEPRECATED_COMMANDLINE ON CACHE BOOL "Enable deprecated command line options")
|
||||
set (WITH_KRB5 OFF CACHE BOOL "Kerberos support")
|
||||
set (WITH_CLIENT_SDL OFF CACHE BOOL "SDL client")
|
||||
|
||||
@@ -7,3 +7,4 @@ set (CMAKE_OSX_DEPLOYMENT_TARGET "10.0" CACHE STRING "iOS minimum target")
|
||||
set (WITH_SANITIZE_ADDRESS ON CACHE BOOL "build with address sanitizer")
|
||||
set (WITH_CLIENT OFF CACHE BOOL "disable iOS client")
|
||||
set (WITH_KRB5 OFF CACHE BOOL "Kerberos support")
|
||||
set (WITH_CLIENT_SDL OFF CACHE BOOL "SDL client")
|
||||
|
||||
Reference in New Issue
Block a user