Revert "Added one more property which sets K/N compiler (workaround for bcabbcf3e1) (#3615)"

This reverts commit 604c5f2c79.
This commit is contained in:
Vasily Levchenko
2019-11-27 15:48:11 +01:00
parent 8c77c43e5e
commit e9a069d346
+1 -1
View File
@@ -31,7 +31,7 @@ include ':backend.native:tests'
include ':backend.native:debugger-tests'
include ':utilities'
if (hasProperty("org.jetbrains.kotlin.native.home") || hasProperty("kotlin.native.home")) {
if (hasProperty("konan.home") || hasProperty("org.jetbrains.kotlin.native.home")) {
include ':performance'
include ':performance:ring'
include ':performance:cinterop'