Skip to content

Commit ac7d128

Browse files
committed
Add cpp binary
1 parent 20a46b0 commit ac7d128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ kotlin {
5757

5858
fromPreset(presets.mingwX64, 'mingw'){
5959
compilations.main {
60-
it.kotlinOptions.freeCompilerArgs += ["-native-library", "../KotlinCpp/bcdist/mingw_x64/tlruntime.bc"]
60+
it.kotlinOptions.freeCompilerArgs += ["-native-library", "C:\\Users\\kgalligan\\devel\\SQLiter\\KotlinCpp\\bcdist\\mingw_x64\\tlruntime.bc"]
6161
}
6262
compilations.each {
6363
it.kotlinOptions.freeCompilerArgs += ["-linker-options", "-Lc:\\msys64\\mingw64\\lib"]

0 commit comments

Comments
 (0)