Skip to content

Commit c0ff3c1

Browse files
author
Jorge Aparicio
committed
fix match
1 parent ae58a87 commit c0ff3c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,8 @@ impl Build {
863863
"i686-unknown-linux-musl" |
864864
"x86_64-unknown-linux-musl" => {
865865
base.push("-Wa,-mrelax-relocations=no".into());
866-
}
866+
},
867+
_ => {},
867868
}
868869
return base
869870
}

0 commit comments

Comments
 (0)