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(
|
environment.put(
|
||||||
"PATH",
|
"PATH",
|
||||||
DependencyDirectories.defaultDependenciesRoot
|
DependencyDirectories.defaultDependenciesRoot
|
||||||
.resolve("\\$toolchainDir\\bin;${environment.get("PATH")}")
|
.resolve("\\$toolchainDir\\bin")
|
||||||
.absolutePath
|
.absolutePath + ";${environment.get("PATH")}"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user