fn cc2ar(
cc: &Path,
target: TargetSelection,
default_ar: PathBuf,
) -> Option<PathBuf>
Expand description
Finds archiver tool for the given target if possible.
FIXME(onur-ozkan): This logic should be replaced by calling into the cc
crate.