Fix KT-49212

This commit is contained in:
Sergey Bogolepov
2021-10-13 10:41:48 +07:00
committed by Space
parent 825be3588a
commit 2230aed4e2
@@ -16,7 +16,7 @@ sealed class LlvmVariant {
object Dev : LlvmVariant() {
override fun getKonanPropertiesEntry(): Pair<String, String> =
konanPropertiesKey to "\$llvm.${HostManager.hostName}.user"
konanPropertiesKey to "\$llvm.${HostManager.hostName}.dev"
}