From 7e80d370bf38ff60bb2f5a2afb544d5352268d7c Mon Sep 17 00:00:00 2001 From: sneurlax Date: Tue, 4 Apr 2023 16:52:13 -0500 Subject: [PATCH] import libwallet_merged.a instead of libwallet_api.a --- scripts/linux/cmakefiles/wownero/aarch64/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/cmakefiles/wownero/aarch64/CMakeLists.txt b/scripts/linux/cmakefiles/wownero/aarch64/CMakeLists.txt index 85b26b6166..348228fe73 100644 --- a/scripts/linux/cmakefiles/wownero/aarch64/CMakeLists.txt +++ b/scripts/linux/cmakefiles/wownero/aarch64/CMakeLists.txt @@ -81,7 +81,7 @@ set_target_properties(boost_wserialization PROPERTIES IMPORTED_LOCATION add_library(wallet_api STATIC IMPORTED) set_target_properties(wallet_api PROPERTIES IMPORTED_LOCATION - ${EXTERNAL_LIBS_DIR}/prefix_aarch64/lib/wownero/libwallet_api.a) + ${EXTERNAL_LIBS_DIR}/prefix_aarch64/lib/wownero/libwallet_merged.a) add_library(wallet STATIC IMPORTED) set_target_properties(wallet PROPERTIES IMPORTED_LOCATION