Skip to content

Commit df3828a

Browse files
Patrick Jacksonpatjackson52
authored andcommitted
remove linArm32 & wasm from lib-threadsafe
1 parent 4d370f0 commit df3828a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib-threadsafe/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ kotlin {
2626
iosX64("iosSim")
2727
macosX64("macos")
2828
mingwX64("win")
29-
wasm32("wasm")
30-
linuxArm32Hfp("linArm32")
29+
//below are currently not supported by atomicfu
30+
//wasm32("wasm")
31+
//linuxArm32Hfp("linArm32")
3132
linuxMips32("linMips32")
3233
linuxMipsel32("linMipsel32")
3334
linuxX64("lin64")

0 commit comments

Comments
 (0)