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 20a46b0 commit ac7d128Copy full SHA for ac7d128
SQLiter/build.gradle
@@ -57,7 +57,7 @@ kotlin {
57
58
fromPreset(presets.mingwX64, 'mingw'){
59
compilations.main {
60
- it.kotlinOptions.freeCompilerArgs += ["-native-library", "../KotlinCpp/bcdist/mingw_x64/tlruntime.bc"]
+ it.kotlinOptions.freeCompilerArgs += ["-native-library", "C:\\Users\\kgalligan\\devel\\SQLiter\\KotlinCpp\\bcdist\\mingw_x64\\tlruntime.bc"]
61
}
62
compilations.each {
63
it.kotlinOptions.freeCompilerArgs += ["-linker-options", "-Lc:\\msys64\\mingw64\\lib"]
0 commit comments