appease clippy (only on mac silicon?)

This commit is contained in:
shua 2024-06-24 16:53:32 +02:00
parent 4d0112ef2a
commit 91c071713b
No known key found for this signature in database
GPG key ID: 73387DA37055770F

View file

@ -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())