This commit is contained in:
Avently
2023-09-15 00:58:09 +03:00
parent 9cd01b167f
commit 2c860f0e84
2 changed files with 2 additions and 1 deletions
@@ -17,6 +17,7 @@ fun main() {
@Suppress("UnsafeDynamicallyLoadedCode")
private fun initHaskell() {
val libApp = "libapp-lib.${desktopPlatform.libExtension}"
val libSimplex = "libsimplex.${desktopPlatform.libExtension}"
val libsTmpDir = File(tmpDir.absolutePath + File.separator + "libs")
copyResources(desktopPlatform.libPath, libsTmpDir.toPath())
if (desktopPlatform == DesktopPlatform.WINDOWS_X86_64) {
+1 -1
View File
@@ -18,4 +18,4 @@ pluginManagement {
rootProject.name = "app"
include(":android", ":desktop", ":common")
include(":desktop", ":common")