mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fix wrong flag passed to zig
This commit is contained in:
parent
f0b65048cd
commit
52404a4085
1 changed files with 2 additions and 3 deletions
|
@ -219,9 +219,8 @@ pub fn build_zig_host_native(
|
|||
// include the zig runtime
|
||||
// "-fcompiler-rt", compiler-rt causes segfaults on windows; investigate why
|
||||
// include libc
|
||||
"--library",
|
||||
"c",
|
||||
"-dynamic",
|
||||
"-lc",
|
||||
"-rdynamic",
|
||||
// cross-compile?
|
||||
"-target",
|
||||
target,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue