mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
Fix running macos app on a VM when building with cmake (#7763)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user