diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-10-16 17:34:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 17:34:19 +0200 |
| commit | 939040032f6e22529ccb6b5f54d9c48fc94db3d6 (patch) | |
| tree | a860aaa5750eb458f8b602320fd9ee71a523fa65 /monero_libwallet2_api_c/CMakeLists.txt | |
| parent | fd7bb6ae1c27ffe5d41f3a818ee9034d9bb76138 (diff) | |
Fix freeze coin info (#73)
* Enable stdout/stderr logging to logcat on android
* coin control fix
Diffstat (limited to 'monero_libwallet2_api_c/CMakeLists.txt')
| -rw-r--r-- | monero_libwallet2_api_c/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt index eb1714e..60be91c 100644 --- a/monero_libwallet2_api_c/CMakeLists.txt +++ b/monero_libwallet2_api_c/CMakeLists.txt @@ -32,6 +32,7 @@ if(${HOST_ABI} STREQUAL "x86_64-linux-android" OR ${HOST_ABI} STREQUAL "aarch64-linux-android" OR ${HOST_ABI} STREQUAL "armv7a-linux-androideabi") add_link_options(-stdlib=libc++ -static-libstdc++) + set(EXTRA_LIBS_ANDROID log) endif() add_library( wallet2_api_c |
