fix match
This commit is contained in:
parent
ae58a87594
commit
c0ff3c1070
1 changed files with 2 additions and 1 deletions
|
|
@ -863,7 +863,8 @@ impl Build {
|
|||
"i686-unknown-linux-musl" |
|
||||
"x86_64-unknown-linux-musl" => {
|
||||
base.push("-Wa,-mrelax-relocations=no".into());
|
||||
}
|
||||
},
|
||||
_ => {},
|
||||
}
|
||||
return base
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue