You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[workspace]
members = ["packages/btleplug/native"]
log:
Building arm64-v8a (aarch64-linux-android)
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
Compiling cargo-ndk v3.5.2
error[E0425]: cannot find value `ARCH` in this scope
--> /Users/leochou/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-ndk-3.5.2/src/cargo.rs:96:44
|
96 | let target_cc = ndk_home.join(ndk_tool(ARCH, "clang"));
| ^^^^ not found in this scope
|
help: consider importing one of these items
|
1 + use crate::cargo::env::consts::ARCH;
|
1 + use std::env::consts::ARCH;
|
The text was updated successfully, but these errors were encountered:
Mac m1
Cargo.toml
log:
The text was updated successfully, but these errors were encountered: