Skip to content

Commit

Permalink
fix match
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Aug 11, 2016
1 parent ae58a87 commit c0ff3c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/lib.rs
Expand Up @@ -863,7 +863,8 @@ impl Build {
"i686-unknown-linux-musl" |
"x86_64-unknown-linux-musl" => {
base.push("-Wa,-mrelax-relocations=no".into());
}
},
_ => {},
}
return base
}
Expand Down

0 comments on commit c0ff3c1

Please sign in to comment.