[client,mac] disable mac client

it no longer compiles with mac os 15
This commit is contained in:
akallabeth 2025-04-29 12:47:03 +02:00
parent 649fa67894
commit df22e0087d
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -60,7 +60,7 @@ if(FREERDP_VENDOR AND WITH_CLIENT)
endif()
endif()
else()
option(WITH_CLIENT_MAC "Build native mac client" ON)
option(WITH_CLIENT_MAC "Build native mac client" OFF)
if(WITH_CLIENT_MAC)
add_subdirectory(Mac)
endif()