target.contains -> target_os ==
This commit is contained in:
parent
ee172768d2
commit
c261f82cab
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ fn main() {
|
|||
sources.extend(&["x86_64/floatdidf.c", "x86_64/floatdisf.c", "x86_64/floatdixf.c"]);
|
||||
}
|
||||
} else {
|
||||
if target_os != "freebsd" && !target.contains("netbsd") {
|
||||
if target_os != "freebsd" && target_os != "netbsd" {
|
||||
sources.extend(&["gcc_personality_v0.c"]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue