Revert "[platformlibs][build] bundle build does cross build of platform libraries"
This reverts commit ba28e98eca.
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ task crossDist {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task bundle(type: (isWindows()) ? Zip : Tar) {
|
task bundle(type: (isWindows()) ? Zip : Tar) {
|
||||||
dependsOn('crossDistPlatformLibs')
|
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