Searched defs:CompileAndLinkFlags (Results 1 – 2 of 2) sorted by relevance
21 pub struct CompileAndLinkFlags { struct22 pub compile_flags: String,23 pub link_flags: String,24 pub link_search_paths: String,179 pub fn outputs_to_flags(outputs: &[BuildScriptOutput], exec_root: &str) -> CompileAndLinkFlags { in outputs_to_flags()
186 let CompileAndLinkFlags { in run_buildrs() localVariable