Specify /klib explicitly for klib install to dist/klib.

This commit is contained in:
Alexander Gorshenev
2017-10-05 18:03:10 +03:00
committed by alexander-gorshenev
parent d48066bbec
commit a94448ba5f
+2 -2
View File
@@ -27,5 +27,5 @@ task klibInstall(type:Exec) {
'install',
konanInterop["$taskName"].interopProcessingTask.klib,
'-repository',
gradle.startParameter.projectProperties['konan.home']
}
"${gradle.startParameter.projectProperties['konan.home']}/klib"
}