build: set linker for x86_64-unknown-linux-gnu target

This commit is contained in:
Chaos Rogers 2025-07-21 20:23:57 +01:00 committed by John Rogers (aider)
parent b2f50be611
commit d983d632f8

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
linker = "x86_64-unknown-linux-gnu-gcc"