mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
Find libopenssl instead of libssl
This commit is contained in:
parent
518199fca5
commit
06641b1d20
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ pub fn build_facilio(
|
|||
|
||||
// link in libopenssl and libcrypto on demand
|
||||
if (use_openssl) {
|
||||
lib.linkSystemLibrary("ssl");
|
||||
lib.linkSystemLibrary("openssl");
|
||||
lib.linkSystemLibrary("crypto");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue