package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
584 B
18 lines
584 B
9 months ago
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 0a70bb1..7dd74f5 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -283,11 +283,10 @@ if(WITH_BORINGSSL)
|
||
|
list(APPEND DYNAMIC_LIB ${BORINGSSL_SSL_LIBRARY})
|
||
|
list(APPEND DYNAMIC_LIB ${BORINGSSL_CRYPTO_LIBRARY})
|
||
|
else()
|
||
|
- list(APPEND DYNAMIC_LIB ${OPENSSL_CRYPTO_LIBRARY})
|
||
|
if(WITH_MESALINK)
|
||
|
list(APPEND DYNAMIC_LIB ${MESALINK_LIB})
|
||
|
else()
|
||
|
- list(APPEND DYNAMIC_LIB ${OPENSSL_SSL_LIBRARY})
|
||
|
+ list(APPEND DYNAMIC_LIB ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY})
|
||
|
endif()
|
||
|
endif()
|
||
|
|