mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
open host with an mmap
This commit is contained in:
parent
cbc04acc2c
commit
c220f0c296
2 changed files with 18 additions and 8 deletions
|
@ -488,7 +488,7 @@ pub fn preprocess(
|
|||
|
||||
target_lexicon::BinaryFormat::Coff => {
|
||||
crate::pe::preprocess_windows(
|
||||
exec_filename,
|
||||
Path::new(exec_filename),
|
||||
Path::new(metadata_filename),
|
||||
Path::new(out_filename),
|
||||
verbose,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue