mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 22:55:48 +00:00
desktop (Windows): fix linking with openssl 3 (#5238)
This commit is contained in:
committed by
GitHub
parent
6581e27524
commit
d40d690f86
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user