提交 9e3b096d 编写于 作者: G Graydon Hoare

Fix x86.rs triple for linux.

上级 9d7fc219
......@@ -353,7 +353,7 @@ fn get_target_triple() -> str {
if (_str.eq(target_os(), "win32")) {
ret "i686-pc-mingw32";
}
ret "i686-pc-linux-gnu";
ret "i686-unknown-linux-gnu";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册