Skip to content

Commit 8d1898b

Browse files
committed
Fix build on macOS
1 parent 3af68b1 commit 8d1898b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ if(WITH_XC_KEESHARE)
371371
endif()
372372

373373
if(APPLE)
374-
target_link_libraries(keepassxc_core "-framework Foundation -framework AppKit -framework Carbon -framework Security -framework LocalAuthentication -framework ScreenCaptureKit")
374+
target_link_libraries(keepassx_core "-framework Foundation -framework AppKit -framework Carbon -framework Security -framework LocalAuthentication -framework ScreenCaptureKit")
375375
if(Qt5MacExtras_FOUND)
376376
target_link_libraries(keepassx_core Qt5::MacExtras)
377377
endif()

0 commit comments

Comments
 (0)