We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of nightly 2020–07–15, cargo has its own feature for cross compiling the sysroot (see build-std) in a .cargo/config.toml
nightly 2020–07–15
.cargo/config.toml
[unstable] build-std = ["core", "compiler_builtins"] build-std-features = ["compiler-builtins-mem"]
We no longer need to use cargo-xbuild to do this.
cargo-xbuild
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of
nightly 2020–07–15
, cargo has its own feature for cross compiling the sysroot (see build-std) in a.cargo/config.toml
We no longer need to use
cargo-xbuild
to do this.The text was updated successfully, but these errors were encountered: