desktop (Windows): fix linking with openssl 3 (#5238)

This commit is contained in:
Stanislav Dmitrenko
2024-11-24 15:27:58 +07:00
committed by GitHub
parent 6581e27524
commit d40d690f86

View File

@@ -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"
)