提交 761e11e1 编写于 作者: S Sébastien Marie

fixes #27124 for openbsd

the "bsd" archive_format don't work under openbsd.
use of "" (system ar) is ok.
use of "gnu" is ok too.
上级 3f50dca3
......@@ -27,7 +27,7 @@ pub fn opts() -> TargetOptions {
"-Wl,--as-needed".to_string(),
),
position_independent_executables: true,
archive_format: "bsd".to_string(),
archive_format: "gnu".to_string(),
.. Default::default()
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册