mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
cross-compile C for windows with zig
This commit is contained in:
parent
aae2dbf17c
commit
f632e299cd
2 changed files with 39 additions and 12 deletions
|
@ -63,7 +63,7 @@ pub(crate) fn preprocess_windows(
|
|||
let _exec_obj = match object::read::pe::PeFile64::parse(exec_data) {
|
||||
Ok(obj) => obj,
|
||||
Err(err) => {
|
||||
internal_error!("Failed to parse executable file: {}", err);
|
||||
internal_error!("Failed to parse host .exe file: {}", err);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue