update to rm2

This commit is contained in:
Anton-4 2023-01-21 19:02:40 +01:00
parent 7d6426b280
commit cc67c75d39
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
3 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@ pub fn build_and_preprocess_host(
fn metadata_file_name(target: &Triple) -> String {
let target_triple_str = get_target_triple_str(target);
format!("metadata_{}.rm1", target_triple_str.unwrap_or("unknown"))
format!("metadata_{}.rm2", target_triple_str.unwrap_or("unknown"))
}
pub fn link_preprocessed_host(