Fix Actions Build

This commit is contained in:
Lee *!* Clagett 2024-02-25 18:03:14 -05:00 committed by GitHub
parent 8779401b93
commit 077afdd68e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,6 +213,7 @@ foreach (LIB ${MONERO_LIBRARIES})
else ()
set(LIB_NAME "monero::${LIB}")
add_library(${LIB_NAME} STATIC IMPORTED)
target_link_library(${LIB_NAME} ${monero_SODIUM_LIBRARY})
set_target_properties(${LIB_NAME} PROPERTIES IMPORTED_LOCATION ${LIB_PATH})
list(APPEND IMPORTED_MONERO_LIBRARIES "${LIB_NAME}")
endif()