build: Correct property name in platform lib build
This commit is contained in:
@@ -25,7 +25,7 @@ task klibInstall(type:Exec) {
|
||||
dependsOn konanInterop["$taskName"].interopProcessingTask
|
||||
commandLine klibProgram,
|
||||
'install',
|
||||
konanInterop["$taskName"].interopProcessingTask.kLib,
|
||||
konanInterop["$taskName"].interopProcessingTask.klib,
|
||||
'-repository',
|
||||
gradle.startParameter.projectProperties['konan.home']
|
||||
}
|
||||
Reference in New Issue
Block a user