replace stray strings with impl on Target

This commit is contained in:
Luke Boswell 2024-07-09 14:39:36 +10:00
parent 753cfb4285
commit 85447ec2cc
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
7 changed files with 58 additions and 54 deletions

View file

@ -42,7 +42,7 @@ fn build_host() {
Some(&stub_lib),
);
let preprocessed_path = platform_main_roc.with_file_name(format!("{}.rh", target));
let preprocessed_path = platform_main_roc.with_file_name(target.prebuilt_surgical_host());
let metadata_path = platform_main_roc.with_file_name(roc_linker::metadata_file_name(target));
roc_linker::preprocess_host(