@@ -136,7 +136,7 @@ class KonanPlugin: Plugin<ProjectInternal> {
|
||||
private fun String.isSupported(): Boolean {
|
||||
val os = CompilerDownloadTask.simpleOsName()
|
||||
return when (os) {
|
||||
"macos" -> this == "osx" || this == "ios"
|
||||
"macos" -> this == "macbook" || this == "iphone"
|
||||
"linux" -> this == "linux" || this == "raspberrypi"
|
||||
else -> false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user