Nikolay Igotti
2019-11-07 10:13:11 +03:00
committed by GitHub
parent 7e52c96f2f
commit ff05a7d85a
2 changed files with 27 additions and 19 deletions
+3 -1
View File
@@ -360,7 +360,8 @@ task distDef(type: Copy) {
destinationDir distDir
from(project("platformLibs").file("src/platform")) {
into('klib/platformDef')
into('konan/platformDef')
include '**/*.def'
}
}
@@ -465,6 +466,7 @@ task crossDist {
}
task bundle(type: (isWindows()) ? Zip : Tar) {
dependsOn("distDef")
if (isMac()) {
dependsOn('bundleRestricted')
}