Skip to content

Commit

Permalink
Fritz2 Rework
Browse files Browse the repository at this point in the history
Missing linux native targets
  • Loading branch information
mpetuska committed Mar 7, 2021
1 parent dc55bcd commit 0f04eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/jsMain/kotlin/app/view/Header.kt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ private fun RenderContext.SearchModal() = modal({
}) {
stackUpClose {
TargetCheckboxGroup(mapOf(
"linuxArm32Hfp" to "linux_arm32_hfp",
"linuxArm64" to "linux_arm64",
"linuxMips32" to "linux_mips32",
"linuxMipsel32" to "linux_mipsel32",
Expand Down

0 comments on commit 0f04eb7

Please sign in to comment.