From 06c7a260e0c799e2727e728678a30330efff3ea9 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 28 Feb 2024 07:34:26 +0100 Subject: feat: sailfishos port (initial) --- libbridge/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbridge') diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt index 23e1f5e..02fa908 100644 --- a/libbridge/CMakeLists.txt +++ b/libbridge/CMakeLists.txt @@ -25,11 +25,11 @@ set_target_properties(sodium PROPERTIES IMPORTED_LOCATION add_library(crypto STATIC IMPORTED) set_target_properties(crypto PROPERTIES IMPORTED_LOCATION - ${EXTERNAL_LIBS_DIR}/prefix/lib/libcrypto.a) + ${EXTERNAL_LIBS_DIR}/prefix/openssl/lib/libcrypto.a) add_library(ssl STATIC IMPORTED) set_target_properties(ssl PROPERTIES IMPORTED_LOCATION - ${EXTERNAL_LIBS_DIR}/prefix/lib/libssl.a) + ${EXTERNAL_LIBS_DIR}/prefix/openssl/lib/libssl.a) ############ # Boost -- cgit v1.2.3