Separate nativeInteropPlugin output by targets

This commit is contained in:
Alexander Gorshenev
2017-11-14 13:30:45 +03:00
committed by alexander-gorshenev
parent 2aa18d5833
commit 5441ded8ed
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ task start(dependsOn: "${hostName}Start")
targetList.each { target ->
def konanJvmArgs = ["-ea",
"-Dkonan.home=$distDir",
"-Djava.library.path=${project.buildDir}/nativelibs",
"-Djava.library.path=${project.buildDir}/nativelibs/$hostName",
"-Dfile.encoding=UTF-8"]
def defaultArgs = ['-nopack', '-nostdlib', '-nodefaultlibs', '-ea' ]