diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-05-27 10:25:54 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-05-27 10:25:54 +0200 |
| commit | 4899bb9a09d3a2e76ec2af88677f7e1e2ef52542 (patch) | |
| tree | 4d187cf03b7c804558720cb8445081c877576b9b /monero_libwallet2_api_c/CMakeLists.txt | |
| parent | 72bae6b8c975badb52155dd809b493c8b6f76c11 (diff) | |
macos fixes
Diffstat (limited to 'monero_libwallet2_api_c/CMakeLists.txt')
| -rw-r--r-- | monero_libwallet2_api_c/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt index 3efca54..2eaae56 100644 --- a/monero_libwallet2_api_c/CMakeLists.txt +++ b/monero_libwallet2_api_c/CMakeLists.txt @@ -291,10 +291,6 @@ add_library(hidapi STATIC IMPORTED) set_target_properties(hidapi PROPERTIES IMPORTED_LOCATION ${EXTERNAL_LIBS_DIR}/lib/libhidapi.a) -add_library(event STATIC IMPORTED) -set_target_properties(event PROPERTIES IMPORTED_LOCATION - ${EXTERNAL_LIBS_DIR}/lib/libevent.a) - ############# # System ############# @@ -327,7 +323,7 @@ if (${HOST_ABI} STREQUAL "x86_64-apple-darwin11" OR ${HOST_ABI} STREQUAL "aarch6 elseif(${HOST_ABI} STREQUAL "host-apple-darwin" OR ${HOST_ABI} STREQUAL "x86_64-host-apple-darwin" OR ${HOST_ABI} STREQUAL "aarch64-host-apple-darwin") - set(EXTRA_LIBS_APPLE "-framework IOKit" "-framework CoreFoundation" "-framework Cocoa" apple_nghttp2 event) + set(EXTRA_LIBS_APPLE "-framework IOKit" "-framework CoreFoundation" "-framework Cocoa" apple_nghttp2) elseif(${HOST_ABI} STREQUAL "host-apple-ios") set(EXTRA_LIBS_APPLE "-framework IOKit" "-framework CoreFoundation" iconv ) endif() |
