Build Rust side only for arm64
This reduces the build time since the other targets are unused.
This commit is contained in:
parent
f2cd0eb69a
commit
5e1f253dd3
|
@ -69,7 +69,7 @@ dependencies {
|
|||
cargo {
|
||||
module = "../native"
|
||||
libname = "talaria"
|
||||
targets = ["arm64", "arm", "x86"]
|
||||
targets = ["arm64"]
|
||||
profile = 'release'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue