Fix MinGW path in Kotlin/Native runner
This commit is contained in:
+2
-2
@@ -162,8 +162,8 @@ internal class KonanInteropRunner(project: Project, additionalJvmArgs: List<Stri
|
||||
environment.put(
|
||||
"PATH",
|
||||
DependencyDirectories.defaultDependenciesRoot
|
||||
.resolve("\\$toolchainDir\\bin;${environment.get("PATH")}")
|
||||
.absolutePath
|
||||
.resolve("\\$toolchainDir\\bin")
|
||||
.absolutePath + ";${environment.get("PATH")}"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user