diff options
| author | tobtoht <tob@featherwallet.org> | 2026-05-24 19:58:21 +0200 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-05-24 23:19:21 +0200 |
| commit | 22a69e588e60bdd0a8c84f8e834446eaf185fbe7 (patch) | |
| tree | 5ec3970c65beebb9129b7dff11dcafe3754fb19a /CMakeLists.txt | |
| parent | 54f009ae9adf7e1f740e96673e39717813fae35f (diff) | |
| download | monzero-core-22a69e588e60bdd0a8c84f8e834446eaf185fbe7.tar.gz monzero-core-22a69e588e60bdd0a8c84f8e834446eaf185fbe7.tar.xz monzero-core-22a69e588e60bdd0a8c84f8e834446eaf185fbe7.zip | |
depends: libusb: update to 1.0.30
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 001fd0220..149354c4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1153,7 +1153,7 @@ list(APPEND EXTRA_LIBRARIES ${CMAKE_DL_LIBS}) if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED) if (APPLE) if(DEPENDS) - list(APPEND EXTRA_LIBRARIES "-framework Foundation -framework AppKit -framework IOKit") + list(APPEND EXTRA_LIBRARIES "-framework Foundation -framework AppKit -framework IOKit -framework Security") else() find_library(COREFOUNDATION CoreFoundation) find_library(APPKIT AppKit) |
