Fix KT-49212
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user