[K/N] Fix stdlib cache task dependency.

This commit is contained in:
Alexander Shabalin
2024-02-07 17:08:38 +01:00
committed by Space Team
parent f3523edb61
commit 3379b3e930
+2
View File
@@ -627,6 +627,8 @@ cacheableTargetNames.forEach { targetName ->
cacheRoot = project.layout.buildDirectory.dir("cache/$targetName").get().asFile.absolutePath
dependsOn(":kotlin-native:${targetName}CrossDistRuntime")
// stdlib cache links in runtime modules from the K/N distribution.
inputs.dir("$distDir/konan/targets/$targetName/native")
}
}