Skip to content

Commit

Permalink
Revert "[platformlibs][build] bundle build does cross build of platfo…
Browse files Browse the repository at this point in the history
…rm libraries"

This reverts commit ba28e98.
  • Loading branch information
vvlevchenko committed Oct 11, 2017
1 parent ba28e98 commit abf30a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ task crossDist {
}

task bundle(type: (isWindows()) ? Zip : Tar) {
dependsOn('crossDistPlatformLibs')
dependsOn('distPlatformLibs') // TODO: handle cross target libs.
dependsOn('crossDist')
def simpleOsName = TargetManager.simpleOsName()
baseName = "kotlin-native-$simpleOsName-${project.konanVersion}"
Expand Down

0 comments on commit abf30a4

Please sign in to comment.