mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Change preprocessedhost filename
This commit is contained in:
parent
7f617c87bf
commit
571844fc27
5 changed files with 18 additions and 9 deletions
|
@ -77,7 +77,7 @@ pub fn build_and_preprocess_host(
|
|||
generate_dynamic_lib(target, &stub_dll_symbols, &stub_lib);
|
||||
rebuild_host(opt_level, target, host_input_path, Some(&stub_lib));
|
||||
let metadata = host_input_path.with_file_name("metadata");
|
||||
// let prehost = host_input_path.with_file_name("preprocessedhost");
|
||||
// let prehost = host_input_path.with_file_name(preprocessed_host_filename(target).unwrap());
|
||||
|
||||
preprocess(
|
||||
target,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue