mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
replace stray strings with impl on Target
This commit is contained in:
parent
753cfb4285
commit
85447ec2cc
7 changed files with 58 additions and 54 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue