Fix running macos app on a VM when building with cmake (#7763)

This commit is contained in:
Cœur
2025-11-10 01:13:36 +01:00
committed by GitHub
parent 1ff390f1eb
commit 5306dd3626

View File

@@ -418,6 +418,7 @@ target_link_libraries(${TR_NAME}-mac
"-framework Foundation" "-framework Foundation"
"-framework Quartz" "-framework Quartz"
"-framework Security" "-framework Security"
"-weak_framework Sparkle"
"-weak_framework UserNotifications") "-weak_framework UserNotifications")
if(NOT CMAKE_GENERATOR STREQUAL Xcode) if(NOT CMAKE_GENERATOR STREQUAL Xcode)