mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
fixes to make default.nix work
This commit is contained in:
parent
11fd062a86
commit
43f9e2a7c3
11 changed files with 100 additions and 69 deletions
|
@ -307,8 +307,11 @@ pub fn build_file<'a>(
|
|||
host_input_path.as_path().to_str().unwrap(),
|
||||
app_o_file.to_str().unwrap(),
|
||||
];
|
||||
|
||||
let str_host_obj_path = bitcode::get_builtins_host_obj_path();
|
||||
|
||||
if matches!(opt_level, OptLevel::Development) {
|
||||
inputs.push(bitcode::BUILTINS_HOST_OBJ_PATH);
|
||||
inputs.push(&str_host_obj_path);
|
||||
}
|
||||
|
||||
let (mut child, _) = // TODO use lld
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue