diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-02-28 07:34:26 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-02-28 07:34:26 +0100 |
| commit | 06c7a260e0c799e2727e728678a30330efff3ea9 (patch) | |
| tree | c09f2cc54fcdcae180efb6e56788d10d980174c8 /libbridge | |
| parent | 4cc54124d04ebd5cfde4ff7118121e26df11ba45 (diff) | |
feat: sailfishos port (initial)
Diffstat (limited to 'libbridge')
| -rw-r--r-- | libbridge/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
