Build platform libs within the bundle top level target.
This commit is contained in:
committed by
alexander-gorshenev
parent
786374ef86
commit
97936093dc
@@ -320,6 +320,7 @@ task crossDist {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task bundle(type: (isWindows()) ? Zip : Tar) {
|
task bundle(type: (isWindows()) ? Zip : Tar) {
|
||||||
|
dependsOn('distPlatformLibs') // TODO: handle cross target libs.
|
||||||
dependsOn('crossDist')
|
dependsOn('crossDist')
|
||||||
def simpleOsName = TargetManager.simpleOsName()
|
def simpleOsName = TargetManager.simpleOsName()
|
||||||
baseName = "kotlin-native-$simpleOsName-${project.konanVersion}"
|
baseName = "kotlin-native-$simpleOsName-${project.konanVersion}"
|
||||||
|
|||||||
Reference in New Issue
Block a user