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

This commit is contained in:
LepilkinaElena
2019-11-26 13:43:26 +04:00
committed by GitHub
parent 70a7b61309
commit 604c5f2c79
+1 -1
View File
@@ -31,7 +31,7 @@ include ':backend.native:tests'
include ':backend.native:debugger-tests'
include ':utilities'
if (hasProperty("konan.home") || hasProperty("org.jetbrains.kotlin.native.home")) {
if (hasProperty("org.jetbrains.kotlin.native.home") || hasProperty("kotlin.native.home")) {
include ':performance'
include ':performance:ring'
include ':performance:cinterop'