mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
temp
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -18,4 +18,4 @@ pluginManagement {
|
||||
|
||||
rootProject.name = "app"
|
||||
|
||||
include(":android", ":desktop", ":common")
|
||||
include(":desktop", ":common")
|
||||
|
||||
Reference in New Issue
Block a user