Separate nativeInteropPlugin output by targets
This commit is contained in:
committed by
alexander-gorshenev
parent
2aa18d5833
commit
5441ded8ed
@@ -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' ]
|
||||
|
||||
Reference in New Issue
Block a user