Using a single shell script for both 'cinterop' and 'konanc'.

This commit is contained in:
Alexander Gorshenev
2017-06-05 17:58:46 +03:00
committed by alexander-gorshenev
parent 1b56b8912b
commit fe5945aebe
9 changed files with 197 additions and 156 deletions
+4
View File
@@ -249,6 +249,7 @@ task list_dist(dependsOn: "listDist")
task distCompiler(type: Copy) {
dependsOn ':backend.native:jars'
dependsOn ':tools:helpers:jar'
dependsOn ':utilities:jar'
destinationDir file('dist')
@@ -288,6 +289,9 @@ task distCompiler(type: Copy) {
into('konan/nativelib')
}
from(project(':utilities').file('build/libs')) {
into('konan/lib')
}
from(file('cmd')) {
fileMode(0755)