diff options
| author | sneurlax <sneurlax@gmail.com> | 2024-10-16 17:14:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 17:14:41 -0500 |
| commit | 6260fed0d483dad6d8af016e1b223c36c13dca5b (patch) | |
| tree | ff6accbbe075eef647b3666fce42ab8cf2874778 /monero_libwallet2_api_c/CMakeLists.txt | |
| parent | b556f50129d1a55c81cb5bcdf749f154137c9999 (diff) | |
| parent | 939040032f6e22529ccb6b5f54d9c48fc94db3d6 (diff) | |
Merge branch 'master' into rust
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 |
