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.