mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
fix some comments
This commit is contained in:
parent
a35dee959f
commit
7cc5aa243b
2 changed files with 7 additions and 3 deletions
|
@ -210,6 +210,10 @@ pub fn helper(
|
|||
let builtins_host_tempfile =
|
||||
bitcode::host_tempfile().expect("failed to write host builtins object to tempfile");
|
||||
|
||||
if false {
|
||||
std::fs::copy(&app_o_file, "/tmp/app.o").unwrap();
|
||||
}
|
||||
|
||||
let (mut child, dylib_path) = link(
|
||||
&target,
|
||||
app_o_file.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue