Forgot to move arm32 sourcesets
This commit is contained in:
parent
9292cded2c
commit
416e9375a1
@ -280,14 +280,6 @@ kotlin {
|
|||||||
|
|
||||||
runningOnLinuxArm64 {
|
runningOnLinuxArm64 {
|
||||||
//Not supported in OFFICIAL coroutines at the moment, we're running a custom build
|
//Not supported in OFFICIAL coroutines at the moment, we're running a custom build
|
||||||
val linuxArm32HfpMain by getting {
|
|
||||||
dependsOn(nativeMain)
|
|
||||||
}
|
|
||||||
|
|
||||||
val linuxArm32HfpTest by getting {
|
|
||||||
dependsOn(nativeTest)
|
|
||||||
}
|
|
||||||
|
|
||||||
val linuxArm64Main by getting {
|
val linuxArm64Main by getting {
|
||||||
dependsOn(nativeMain)
|
dependsOn(nativeMain)
|
||||||
}
|
}
|
||||||
@ -299,7 +291,13 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
runningOnLinuxArm32 {
|
runningOnLinuxArm32 {
|
||||||
|
val linuxArm32HfpMain by getting {
|
||||||
|
dependsOn(nativeMain)
|
||||||
|
}
|
||||||
|
|
||||||
|
val linuxArm32HfpTest by getting {
|
||||||
|
dependsOn(nativeTest)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
runningOnMacos{
|
runningOnMacos{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user