pub fn generate_cross_env(target: &str) -> BTreeMap<String, String>Expand description
Generate a complete set of cross-compilation environment variables for the given target, including compiler paths, flags, and pkg-config hints.
pub fn generate_cross_env(target: &str) -> BTreeMap<String, String>Generate a complete set of cross-compilation environment variables for the given target, including compiler paths, flags, and pkg-config hints.