Forgot to move arm32 to it's block
This commit is contained in:
parent
416e9375a1
commit
3de591deef
@ -86,15 +86,18 @@ kotlin {
|
||||
}
|
||||
|
||||
runningOnLinuxArm64 {
|
||||
//Not supported in OFFICAL coroutines at the moment
|
||||
linuxArm32Hfp() {
|
||||
//Not supported in OFFICIAL coroutines at the moment
|
||||
linuxArm64() {
|
||||
binaries {
|
||||
staticLib {
|
||||
}
|
||||
}
|
||||
}
|
||||
//Not supported in OFFICIAL coroutines at the moment
|
||||
linuxArm64() {
|
||||
}
|
||||
|
||||
runningOnLimuxArm32 {
|
||||
//Not supported in OFFICAL coroutines at the moment
|
||||
linuxArm32Hfp() {
|
||||
binaries {
|
||||
staticLib {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user