diff options
author | tobtoht <tob@featherwallet.org> | 2023-01-18 19:21:13 +0100 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-01-25 21:52:42 +0100 |
commit | 15384cc1353f434315ab5244bb59f99d937d810f (patch) | |
tree | 4dcabe7a840aefb6ea21044cc3e1db8cb85e65e1 /cmake | |
parent | Merge pull request #8676 (diff) | |
download | monero-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.cmake | 2 |
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) |