Skip to content

Commit

Permalink
Link wallet-crypto on android
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK authored Aug 13, 2024
1 parent 5de323b commit 7a087ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monero_libwallet2_api_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down

0 comments on commit 7a087ba

Please sign in to comment.