switching to gnu archive format

This commit is contained in:
Dave Huseby 2015-07-23 15:47:07 -07:00
parent 02b394cef8
commit a04b8391e0

View file

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