diff options
| author | cyan <cyjan@mrcyjanek.net> | 2025-02-13 09:24:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 09:24:17 +0100 |
| commit | 629fa4a346ca29d5ed18a2b44895b8858ba7c9f7 (patch) | |
| tree | 7c520eaecbca5322823d7c340cd2a72ad863fd5a /monero_libwallet2_api_c | |
| parent | 9d9b1f2f2373fc9a99c6556a93eea63fe343cf58 (diff) | |
fix x64 dependencies (#115)v0.18.3.4-RC12
Diffstat (limited to 'monero_libwallet2_api_c')
| -rw-r--r-- | monero_libwallet2_api_c/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt index e2e7139..3c61706 100644 --- a/monero_libwallet2_api_c/CMakeLists.txt +++ b/monero_libwallet2_api_c/CMakeLists.txt @@ -39,7 +39,7 @@ if (${HOST_ABI} STREQUAL "host-apple-darwin" OR endif() endif() -if(${HOST_ABI} STREQUAL "" OR +if(${HOST_ABI} STREQUAL "x86_64-linux-android" OR ${HOST_ABI} STREQUAL "i686-linux-android" OR ${HOST_ABI} STREQUAL "aarch64-linux-android" OR ${HOST_ABI} STREQUAL "armv7a-linux-androideabi") |
