1
Fork 0

Auto merge of #27136 - dhuseby:fixing_freebsd_linking, r=alexcrichton

freebsd linking fix.
This commit is contained in:
bors 2015-07-24 14:17:48 +00:00
commit 0fb8ab04bc

View file

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