Skip to content

Commit 59578ad

Browse files
authored
Use compiler prefix x86_64-linux-musl (#1443)
1 parent d9dd20e commit 59578ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3510,7 +3510,7 @@ impl Build {
35103510
"x86_64-unknown-linux-gnu" => self.find_working_gnu_prefix(&[
35113511
"x86_64-linux-gnu", // rustfmt wrap
35123512
]), // explicit None if not found, so caller knows to fall back
3513-
"x86_64-unknown-linux-musl" => Some("musl"),
3513+
"x86_64-unknown-linux-musl" => Some("x86_64-linux-musl"),
35143514
"x86_64-unknown-netbsd" => Some("x86_64--netbsd"),
35153515
_ => None,
35163516
}

0 commit comments

Comments
 (0)