mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
update the dynhost file (dll name is now different)
This commit is contained in:
parent
c4e407f703
commit
0071c9aa04
2 changed files with 3 additions and 0 deletions
Binary file not shown.
|
@ -189,6 +189,9 @@ pub(crate) fn preprocess_windows(
|
|||
_time: bool,
|
||||
) -> 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