cargo-zigbuild doesn't seem to utilize cargo config
Opened this issue · 1 comments
TheButlah commented
in .cargo/config.toml
you can do:
[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
error occurred: Failed to find tool. Is `aarch64-linux-gnu-gcc` installed?
But explicitly passing the --target
works.
messense commented
Only rustflags
is read from cargo config currently.