depends: bump hidapi/libusb

fixes Trezor connectivity issues on Windows 10/11

Co-authored-by: selsta <selsta@sent.at>
This commit is contained in:
tobtoht 2023-01-18 19:21:13 +01:00
parent 50aa0e8b7f
commit eaa3aff81e
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
4 changed files with 11 additions and 8 deletions

View file

@ -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)