mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
correct path and add TODO
This commit is contained in:
parent
8e86640bd7
commit
6006891889
1 changed files with 3 additions and 1 deletions
|
@ -151,10 +151,12 @@ fn main() -> io::Result<()> {
|
|||
function_kind,
|
||||
);
|
||||
|
||||
// TODO: pipeline the executable location through here.
|
||||
// Currently it is essentally hardcoded as platform_path/dynhost.
|
||||
roc_linker::preprocess_host(
|
||||
&triple,
|
||||
&platform_path.with_file_name("main.roc"),
|
||||
&platform_path.with_file_name("linux-x64.rh"),
|
||||
&platform_path.with_file_name(format!("{}.rh", target)),
|
||||
&stub_lib,
|
||||
&stub_dll_symbols,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue