提交 521ffe9d 编写于 作者: J Jorge Aparicio 提交者: Alex Crichton

it's also compiler-rt.lib on windows-gnu

上级 e5d0bb12
......@@ -23,7 +23,7 @@
/// Returns the `name` as the filename of a static library for `target`.
pub fn staticlib(name: &str, target: &str) -> String {
if target.contains("windows-msvc") {
if target.contains("windows") {
format!("{}.lib", name)
} else {
format!("lib{}.a", name)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册