mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
appease clippy (only on mac silicon?)
This commit is contained in:
parent
4d0112ef2a
commit
91c071713b
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ fn link_linux(
|
|||
&crti_path_str,
|
||||
&crtn_path_str,
|
||||
])
|
||||
.args(&base_args)
|
||||
.args(base_args)
|
||||
.args(["-dynamic-linker", ld_linux_path_str])
|
||||
.args(input_paths)
|
||||
.args(extra_link_flags())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue