Auto merge of #27136 - dhuseby:fixing_freebsd_linking, r=alexcrichton
freebsd linking fix.
This commit is contained in:
commit
0fb8ab04bc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub fn opts() -> TargetOptions {
|
|||
executables: true,
|
||||
morestack: true,
|
||||
has_rpath: true,
|
||||
archive_format: "bsd".to_string(),
|
||||
archive_format: "gnu".to_string(),
|
||||
|
||||
.. Default::default()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue