Fix debugger tests

This commit is contained in:
Pavel Punegov
2018-04-11 14:24:12 +03:00
committed by Pavel Punegov
parent 77139d58f8
commit a2f3e633c2
@@ -8,7 +8,7 @@ import java.nio.file.Paths
object DistProperties {
private val dist: Path = Paths.get(requireProp("konan.home"))
private val konancDriver = if (HostManager.host.family == Family.WINDOWS) "konanc.bat" else "konanc"
private val konancDriver = if (HostManager.host.family == Family.MINGW) "konanc.bat" else "konanc"
val konanc: Path = dist.resolve("bin/$konancDriver")
val lldb: Path = Paths.get("lldb")
val lldbPrettyPrinters: Path = dist.resolve("tools/konan_lldb.py")