Skip to content

Commit 912aca7

Browse files
authored
Support linuxArm64Hfp target (#304)
Fixes #303
1 parent 7af0134 commit 912aca7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-logic/src/main/kotlin/kotlinx/io/conventions/kotlinx-io-multiplatform.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ private fun KotlinMultiplatformExtension.nativeTargets() {
146146

147147
linuxX64()
148148
linuxArm64()
149+
@Suppress("DEPRECATION") // https://github.com/Kotlin/kotlinx-io/issues/303
150+
linuxArm32Hfp()
149151

150152
macosX64()
151153
macosArm64()

0 commit comments

Comments
 (0)