summaryrefslogtreecommitdiff
path: root/monero_libwallet2_api_c
diff options
context:
space:
mode:
authorcyan <cyjan@mrcyjanek.net>2024-08-16 21:01:02 +0200
committerGitHub <noreply@github.com>2024-08-16 21:01:02 +0200
commit41c58acb959c58f23b35dbf347918094ba6c1e9d (patch)
tree2c35a9ff29e75e77e70868613cbf51b705110421 /monero_libwallet2_api_c
parentcfc9fc2d7a2330873ff5f49416dac866fad08c27 (diff)
Link wallet-crypto on android (#36)
* Link wallet-crypto on android * build wallet-crypto for android x86_64
Diffstat (limited to 'monero_libwallet2_api_c')
-rw-r--r--monero_libwallet2_api_c/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt
index 724c20d..eb1714e 100644
--- a/monero_libwallet2_api_c/CMakeLists.txt
+++ b/monero_libwallet2_api_c/CMakeLists.txt
@@ -320,7 +320,8 @@ include_directories( ${EXTERNAL_LIBS_DIR}/include )
message(STATUS EXTERNAL_LIBS_DIR : ${EXTERNAL_LIBS_DIR})
if(${HOST_ABI} STREQUAL "x86_64-linux-gnu" OR
- ${HOST_ABI} STREQUAL "x86_64-apple-darwin11")
+ ${HOST_ABI} STREQUAL "x86_64-apple-darwin11" OR
+ ${HOST_ABI} STREQUAL "x86_64-linux-android")
set(EXTRA_LIBS "wallet-crypto")
else()
set(EXTRA_LIBS "")