Skip to content

Commit f74b474

Browse files
committed
make ubuntu use the correct linker name
1 parent bc5f6f5 commit f74b474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[target.aarch64-unknown-linux-gnu]
2-
linker = "gcc-aarch64-linux-gnu"
2+
linker = "aarch64-linux-gnu-gcc"

0 commit comments

Comments
 (0)