Forgot to move arm32 to it's block
This commit is contained in:
parent
416e9375a1
commit
3de591deef
@ -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 {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user