mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
a functional windows surgical linker
This commit is contained in:
parent
466b5d78cb
commit
1c95fd3761
3 changed files with 417 additions and 32 deletions
|
@ -133,6 +133,7 @@ pub fn build_zig_host_native(
|
|||
command.args(&[
|
||||
"build-exe",
|
||||
"-fPIE",
|
||||
"-rdynamic", // make sure roc_alloc and friends are exposed
|
||||
shared_lib_path.to_str().unwrap(),
|
||||
&builtins_obj,
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue