fn target_linker(
bcx: &BuildContext<'_, '_>,
kind: CompileKind,
) -> CargoResult<Option<PathBuf>>
Expand description
Gets the user-specified linker for a particular host or target from the configuration.
fn target_linker(
bcx: &BuildContext<'_, '_>,
kind: CompileKind,
) -> CargoResult<Option<PathBuf>>
Gets the user-specified linker for a particular host or target from the configuration.