mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
desktop (Windows): fix linking with openssl 3 (#5238)
This commit is contained in:
parent
6581e27524
commit
d40d690f86
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ private fun initHaskell() {
|
|||
|
||||
private fun windowsLoadRequiredLibs(libsTmpDir: File, vlcDir: File) {
|
||||
val mainLibs = arrayOf(
|
||||
"libcrypto-1_1-x64.dll",
|
||||
"libcrypto-3-x64.dll",
|
||||
"libsimplex.dll",
|
||||
"libapp-lib.dll"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue