Update linker

This commit is contained in:
DefectingCat
2023-05-06 15:29:51 +08:00
parent 66a2efa9e4
commit 9a648cf408

View File

@ -2,7 +2,4 @@
linker = "x86_64-unknown-linux-gnu-gcc"
[target.x86_64-unknown-linux-musl]
linker = "x86_64-linux-musl-gcc"
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
linker = "x86_64-linux-musl-gcc"