fix wownero build on aarch64 sfos
This commit is contained in:
@@ -156,9 +156,15 @@ endif()
|
|||||||
|
|
||||||
if (${MONERO_FLAVOR} STREQUAL "wownero")
|
if (${MONERO_FLAVOR} STREQUAL "wownero")
|
||||||
set(EXTRA_LIBS_WOWNEROSEED wownero-seed)
|
set(EXTRA_LIBS_WOWNEROSEED wownero-seed)
|
||||||
add_library(wownero-seed STATIC IMPORTED)
|
if(${HOST_ABI} STREQUAL "aarch64-meego-linux-gnu")
|
||||||
set_target_properties(wownero-seed PROPERTIES IMPORTED_LOCATION
|
add_library(wownero-seed STATIC IMPORTED)
|
||||||
${EXTERNAL_LIBS_DIR}/lib/libwownero-seed.a)
|
set_target_properties(wownero-seed PROPERTIES IMPORTED_LOCATION
|
||||||
|
${EXTERNAL_LIBS_DIR}/lib64/libwownero-seed.a)
|
||||||
|
else()
|
||||||
|
add_library(wownero-seed STATIC IMPORTED)
|
||||||
|
set_target_properties(wownero-seed PROPERTIES IMPORTED_LOCATION
|
||||||
|
${EXTERNAL_LIBS_DIR}/lib/libwownero-seed.a)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#############
|
#############
|
||||||
|
|||||||
Reference in New Issue
Block a user