Skip to main content

resolve_targets

Function resolve_targets 

Source
fn resolve_targets(args: &SetupArgs) -> Vec<String>
Expand description

Determine which target triples to build based on CLI flags.

--target takes precedence; otherwise --host / --kobo select individual targets. When none are given --all is implied.