mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
windows patches
This commit is contained in:
parent
da3635de8e
commit
c4b8a6e8f2
3 changed files with 583 additions and 118 deletions
|
@ -215,8 +215,10 @@ pub fn helper(
|
|||
let builtins_host_tempfile =
|
||||
roc_bitcode::host_tempfile().expect("failed to write host builtins object to tempfile");
|
||||
|
||||
// TODO make this an envrionment variable
|
||||
if false {
|
||||
std::fs::copy(&app_o_file, "/tmp/app.o").unwrap();
|
||||
let file_path = std::env::temp_dir().join("app.o");
|
||||
std::fs::copy(&app_o_file, file_path).unwrap();
|
||||
}
|
||||
|
||||
let (mut child, dylib_path) = link(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue