Open
Description
Summary
Original issue: #3349
Implementation: #9322
Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#host-config
Issues:
Z-host-config
The host
key in a config file can be used pass flags to host build targets such as build scripts that must run on the host system instead of the target system when cross compiling. It supports both generic and host arch specific tables. Matching host arch tables take precedence over generic host tables.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Unstable, baking