[K/N][build] Parallelize runtime building

This commit is contained in:
Ilya Matveev
2021-11-17 22:27:50 +07:00
committed by TeamCityServer
parent 8e21e954ad
commit cb0149cdca
4 changed files with 99 additions and 60 deletions
+1 -2
View File
@@ -133,9 +133,8 @@ void setupHostAndTarget() {
}
void setupClang(Project project) {
project.extensions.platformManager = project.project(":kotlin-native").ext.platformManager
project.extensions.execClang = new org.jetbrains.kotlin.ExecClang(project)
project.extensions.execClang = org.jetbrains.kotlin.ExecClang.create(project)
}
void loadLocalProperties() {