fixes #27124 for freebsd

This commit is contained in:
Dave Huseby 2015-07-19 18:54:47 -07:00
parent c85ba3e9cb
commit 02b394cef8

View File

@ -18,7 +18,7 @@ pub fn opts() -> TargetOptions {
executables: true,
morestack: true,
has_rpath: true,
archive_format: "bsd".to_string(),
archive_format: "".to_string(),
.. Default::default()
}