fix match

This commit is contained in:
Jorge Aparicio 2016-08-11 11:22:39 -05:00
parent ae58a87594
commit c0ff3c1070

@ -863,7 +863,8 @@ impl Build {
"i686-unknown-linux-musl" |
"x86_64-unknown-linux-musl" => {
base.push("-Wa,-mrelax-relocations=no".into());
}
},
_ => {},
}
return base
}