mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 01:38:00 +00:00
fix: use libssl 1.1
This commit is contained in:
parent
bc580a1ff8
commit
ae2b60f0f4
@ -32,8 +32,8 @@ elif defined(windows):
|
||||
else:
|
||||
--dynlibOverrideAll # don't use dlopen()
|
||||
# dynamically link these libs, since we're opting out of dlopen()
|
||||
switch("passL", "-lcrypto")
|
||||
switch("passL", "-lssl")
|
||||
switch("passL", "-l:libcrypto.so.1.1")
|
||||
switch("passL", "-l:libssl.so.1.1")
|
||||
# don't link libraries we're not actually using
|
||||
switch("passL", "-Wl,-as-needed")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user