[Commonizer] CommonizerIT: Enable linuxMips32 target
^KT-46957
This commit is contained in:
-4
@@ -9,10 +9,6 @@ plugins {
|
|||||||
kotlin {
|
kotlin {
|
||||||
presets.forEach { preset ->
|
presets.forEach { preset ->
|
||||||
if (preset is AbstractKotlinNativeTargetPreset) {
|
if (preset is AbstractKotlinNativeTargetPreset) {
|
||||||
// https://youtrack.jetbrains.com/issue/KT-46957
|
|
||||||
if (hostIsLinux && preset.konanTarget == LINUX_MIPS32) {
|
|
||||||
return@forEach
|
|
||||||
}
|
|
||||||
targetFromPreset(preset)
|
targetFromPreset(preset)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user