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
in .cargo/config.toml you can do:
.cargo/config.toml
[build] target = "aarch64-unknown-linux-gnu"
Cargo zigbuild doesn't appear to actually use this value, because it errors if I don't pass --target aarch64-unknown-linux-gnu
--target aarch64-unknown-linux-gnu
error occurred: Failed to find tool. Is `aarch64-linux-gnu-gcc` installed?
But explicitly passing the --target works.
--target
The text was updated successfully, but these errors were encountered:
Only rustflags is read from cargo config currently.
rustflags
Sorry, something went wrong.
No branches or pull requests
in
.cargo/config.toml
you can do:Cargo zigbuild doesn't appear to actually use this value, because it errors if I don't pass
--target aarch64-unknown-linux-gnu
But explicitly passing the
--target
works.The text was updated successfully, but these errors were encountered: