Forgot to move arm32 to it's block

This commit is contained in:
Ugljesa Jovanovic 2020-06-01 11:45:49 +02:00 committed by Ugljesa Jovanovic
parent 416e9375a1
commit 3de591deef
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -86,15 +86,18 @@ kotlin {
} }
runningOnLinuxArm64 { runningOnLinuxArm64 {
//Not supported in OFFICAL coroutines at the moment //Not supported in OFFICIAL coroutines at the moment
linuxArm32Hfp() { linuxArm64() {
binaries { binaries {
staticLib { staticLib {
} }
} }
} }
//Not supported in OFFICIAL coroutines at the moment }
linuxArm64() {
runningOnLimuxArm32 {
//Not supported in OFFICAL coroutines at the moment
linuxArm32Hfp() {
binaries { binaries {
staticLib { staticLib {
} }