[Gradle] Get rid of java.library.path when running the K/N compiler
Issue #KT-37550
This commit is contained in:
+1
-2
@@ -55,8 +55,7 @@ internal abstract class KotlinNativeToolRunner(
|
|||||||
final override val systemProperties by lazy {
|
final override val systemProperties by lazy {
|
||||||
mapOf(
|
mapOf(
|
||||||
"konan.home" to project.konanHome,
|
"konan.home" to project.konanHome,
|
||||||
MessageRenderer.PROPERTY_KEY to MessageRenderer.GRADLE_STYLE.name,
|
MessageRenderer.PROPERTY_KEY to MessageRenderer.GRADLE_STYLE.name
|
||||||
"java.library.path" to "${project.konanHome}/konan/nativelib"
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user