mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
remove a copy
This commit is contained in:
parent
43c3095337
commit
1d45b7d1b5
1 changed files with 0 additions and 2 deletions
|
@ -190,8 +190,6 @@ pub(crate) fn preprocess_windows(
|
|||
) -> object::read::Result<()> {
|
||||
let data = open_mmap(host_exe_filename);
|
||||
|
||||
std::fs::copy(host_exe_filename, "/tmp/roc/dynhost.exe").unwrap();
|
||||
|
||||
let new_sections = [*b".text\0\0\0", *b".rdata\0\0"];
|
||||
let mut preprocessed = Preprocessor::preprocess(
|
||||
preprocessed_filename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue