Fix build on macOS

This commit is contained in:
Jonathan White 2025-02-10 19:39:28 -05:00
parent 3af68b1d3f
commit 8d1898bd0b
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

@ -371,7 +371,7 @@ if(WITH_XC_KEESHARE)
endif()
if(APPLE)
target_link_libraries(keepassxc_core "-framework Foundation -framework AppKit -framework Carbon -framework Security -framework LocalAuthentication -framework ScreenCaptureKit")
target_link_libraries(keepassx_core "-framework Foundation -framework AppKit -framework Carbon -framework Security -framework LocalAuthentication -framework ScreenCaptureKit")
if(Qt5MacExtras_FOUND)
target_link_libraries(keepassx_core Qt5::MacExtras)
endif()