Build platform libs within the bundle top level target.

This commit is contained in:
Alexander Gorshenev
2017-09-26 13:01:41 +03:00
committed by alexander-gorshenev
parent 786374ef86
commit 97936093dc
+1
View File
@@ -320,6 +320,7 @@ task crossDist {
}
task bundle(type: (isWindows()) ? Zip : Tar) {
dependsOn('distPlatformLibs') // TODO: handle cross target libs.
dependsOn('crossDist')
def simpleOsName = TargetManager.simpleOsName()
baseName = "kotlin-native-$simpleOsName-${project.konanVersion}"