mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-24 20:42:29 +00:00
update to rm2
This commit is contained in:
parent
7d6426b280
commit
cc67c75d39
3 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue