build: Refactor dependencies updating
This commit is contained in:
@@ -237,5 +237,3 @@ protobuf {
|
||||
artifact = "com.google.protobuf:protoc:${protobufVersion}"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ class Distribution(val targetManager: TargetManager,
|
||||
} else {
|
||||
KonanProperties(host, properties, dependenciesDir)
|
||||
}
|
||||
val dependencies = targetProperties.hostTargetList("dependencies")
|
||||
val dependencies = targetProperties.dependencies
|
||||
|
||||
val llvmHome = hostProperties.absoluteLlvmHome
|
||||
val hostSysRoot = hostProperties.absoluteTargetSysRoot
|
||||
|
||||
Reference in New Issue
Block a user