[K/N] Fix stdlib cache task dependency.
This commit is contained in:
committed by
Space Team
parent
f3523edb61
commit
3379b3e930
@@ -627,6 +627,8 @@ cacheableTargetNames.forEach { targetName ->
|
|||||||
cacheRoot = project.layout.buildDirectory.dir("cache/$targetName").get().asFile.absolutePath
|
cacheRoot = project.layout.buildDirectory.dir("cache/$targetName").get().asFile.absolutePath
|
||||||
|
|
||||||
dependsOn(":kotlin-native:${targetName}CrossDistRuntime")
|
dependsOn(":kotlin-native:${targetName}CrossDistRuntime")
|
||||||
|
// stdlib cache links in runtime modules from the K/N distribution.
|
||||||
|
inputs.dir("$distDir/konan/targets/$targetName/native")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user