pub fn run_link_scripts<'a>(
link_script_type: LinkScriptType,
prefix_records: impl Iterator<Item = &'a PrefixRecord>,
target_prefix: &Path,
platform: &Platform,
reporter: Option<&dyn Reporter>,
) -> Result<PrePostLinkResult, LinkScriptError>Expand description
Run the link scripts for a given package