[build] Don't use full paths to specify platform lib dependencies

This commit is contained in:
Ilya Matveev
2018-01-16 13:32:33 +07:00
committed by ilmat192
parent 9eb00ddb94
commit 76bfb9322d
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -312,6 +312,10 @@ targetList.each { target ->
task("${target}PlatformLibs") {
dependsOn ":platformLibs:${target}Install"
}
task("${target}CrossDist") {
dependsOn "${target}CrossDistRuntime", 'distCompiler', 'commonDistRuntime'
}
}
task distPlatformLibs {