We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc0a19 commit 8e1ff39Copy full SHA for 8e1ff39
sqliter-driver/build.gradle.kts
@@ -24,7 +24,7 @@ fun configInterop(target: org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTar
24
"-linker-options",
25
"-lsqlite3 -L/usr/lib/x86_64-linux-gnu" //just /usr/lib for arch
26
)
27
- HostManager.hostIsMingw -> listOf("-linker-options", "-Lc:\\msys64\\mingw64\\lib")
+ HostManager.hostIsMingw -> listOf("-linker-options", "-lsqlite3 -Lc:\\msys64\\mingw64\\lib")
28
else -> listOf("-linker-options", "-lsqlite3")
29
}
30
0 commit comments