fix some comments

This commit is contained in:
Folkert 2022-09-04 01:36:40 +02:00
parent a35dee959f
commit 7cc5aa243b
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 7 additions and 3 deletions

View file

@ -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(),