aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2023-01-18 19:21:13 +0100
committertobtoht <tob@featherwallet.org>2023-01-25 21:52:42 +0100
commit15384cc1353f434315ab5244bb59f99d937d810f (patch)
tree4dcabe7a840aefb6ea21044cc3e1db8cb85e65e1 /cmake
parentMerge pull request #8676 (diff)
downloadmonero-15384cc1353f434315ab5244bb59f99d937d810f.tar.xz
depends: bump hidapi/libusb
fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindLibUSB.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindLibUSB.cmake b/cmake/FindLibUSB.cmake
index 7f8a11460..f780628f8 100644
--- a/cmake/FindLibUSB.cmake
+++ b/cmake/FindLibUSB.cmake
@@ -113,7 +113,7 @@ if ( LibUSB_FOUND )
if (APPLE OR LibUSB_VERSION_1.0.16 OR STATIC)
if (APPLE)
if(DEPENDS)
- list(APPEND TEST_COMPILE_EXTRA_LIBRARIES "-framework Foundation -framework IOKit")
+ list(APPEND TEST_COMPILE_EXTRA_LIBRARIES "-framework Foundation -framework IOKit -framework Security")
else()
find_library(COREFOUNDATION CoreFoundation)
find_library(IOKIT IOKit)