fn set_compiler(
    cfg: &mut Build,
    compiler: Language,
    target: TargetSelection,
    config: Option<&Target>,
    build: &Build
)