summaryrefslogtreecommitdiff
path: root/monero_libwallet2_api_c
diff options
context:
space:
mode:
Diffstat (limited to 'monero_libwallet2_api_c')
-rw-r--r--monero_libwallet2_api_c/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt
index 7952dcd..ab6a3b4 100644
--- a/monero_libwallet2_api_c/CMakeLists.txt
+++ b/monero_libwallet2_api_c/CMakeLists.txt
@@ -25,13 +25,6 @@ elseif(${HOST_ABI} MATCHES "-apple-darwin")
set(CMAKE_SYSTEM_NAME Darwin)
endif()
-if (${HOST_ABI} MATCHES "-apple-darwin")
- EXECUTE_PROCESS( COMMAND uname -m COMMAND tr -d '\n' OUTPUT_VARIABLE ARCHITECTURE )
- if (NOT ${ARCHITECTURE} STREQUAL arm64)
- set(CMAKE_OSX_ARCHITECTURES x86_64)
- endif()
-endif()
-
if(${HOST_ABI} MATCHES "-linux-android")
add_link_options(-stdlib=libc++ -static-libstdc++)
set(EXTRA_LIBS_ANDROID log)