[build] Don't use full paths to specify platform lib dependencies
This commit is contained in:
@@ -312,6 +312,10 @@ targetList.each { target ->
|
||||
task("${target}PlatformLibs") {
|
||||
dependsOn ":platformLibs:${target}Install"
|
||||
}
|
||||
|
||||
task("${target}CrossDist") {
|
||||
dependsOn "${target}CrossDistRuntime", 'distCompiler', 'commonDistRuntime'
|
||||
}
|
||||
}
|
||||
|
||||
task distPlatformLibs {
|
||||
|
||||
Reference in New Issue
Block a user