mirror of
https://github.com/monero-project/monero.git
synced 2025-07-28 16:14:15 -04:00
depends: bump hidapi/libusb
fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at>
This commit is contained in:
parent
50aa0e8b7f
commit
eaa3aff81e
4 changed files with 11 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue