summaryrefslogtreecommitdiff
path: root/monero_libwallet2_api_c
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-02 19:14:01 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-02 19:14:43 +0200
commit3eb727598b71e4f6eab4dd2d5b17a31ef432149d (patch)
tree49ce9a4adca4942eeef72f2ce6f27ad2563003e7 /monero_libwallet2_api_c
parent85756e631ed55d91efbe8f594620e2ede009b835 (diff)
actually fix and not workaround the iOS issue.v0.18.3.3-RC16
Diffstat (limited to 'monero_libwallet2_api_c')
-rw-r--r--monero_libwallet2_api_c/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt
index 896e492..3c3f1d1 100644
--- a/monero_libwallet2_api_c/CMakeLists.txt
+++ b/monero_libwallet2_api_c/CMakeLists.txt
@@ -288,7 +288,7 @@ if (${HOST_ABI} STREQUAL "x86_64-apple-darwin11" OR ${HOST_ABI} STREQUAL "aarch6
elseif(${HOST_ABI} STREQUAL "host-apple-darwin")
set(EXTRA_LIBS_APPLE "-framework IOKit" "-framework CoreFoundation" "-framework Cocoa" apple_nghttp2 event)
elseif(${HOST_ABI} STREQUAL "host-apple-ios")
- set(EXTRA_LIBS_APPLE "-framework IOKit" "-framework CoreFoundation" iconv)
+ set(EXTRA_LIBS_APPLE "-framework IOKit" "-framework CoreFoundation" iconv )
endif()
# target_compile_options(wallet2_api_c PRIVATE -static-libstdc++)