update preprocess host API

This commit is contained in:
Luke Boswell 2024-06-13 19:10:32 +10:00
parent f8c6786502
commit ee84b61360
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
5 changed files with 79 additions and 45 deletions

View file

@ -1181,10 +1181,11 @@ fn build_and_preprocess_host_lowlevel(
roc_linker::preprocess_host(
target,
platform_main_roc,
preprocessed_host_path,
platform_main_roc,
&stub_lib,
stub_dll_symbols,
false,
false,
)
}