Use konan.home for compiler home in KonanTest

This commit is contained in:
Ilya Matveev
2019-02-22 16:43:26 +03:00
committed by Ilya Matveev
parent f0550c3e03
commit 7728a51030
@@ -531,8 +531,8 @@ class RunDriverKonanTest extends KonanTest {
RunDriverKonanTest() {
super()
// We don't build the compiler if a custom org.jetbrains.kotlin.native.home path is specified.
if (!project.hasProperty("org.jetbrains.kotlin.native.home")) {
// We don't build the compiler if a custom konan.home path is specified.
if (!project.hasProperty("konan.home")) {
dependsOn(project.rootProject.tasks['cross_dist'])
}
}