mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
parent
3ec21109d7
commit
c86e3f4677
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,7 @@ pub fn build_file<'a>(
|
|||
linking_strategy,
|
||||
host_input_path.clone(),
|
||||
preprocessed_host_path.clone(),
|
||||
binary_path.clone(),
|
||||
target,
|
||||
exposed_values,
|
||||
exposed_closure_types,
|
||||
|
@ -429,6 +430,7 @@ fn spawn_rebuild_thread(
|
|||
linking_strategy: LinkingStrategy,
|
||||
host_input_path: PathBuf,
|
||||
preprocessed_host_path: PathBuf,
|
||||
binary_path: PathBuf,
|
||||
target: &Triple,
|
||||
exported_symbols: Vec<String>,
|
||||
exported_closure_types: Vec<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue