move musl-related config to proper config

This commit is contained in:
Waveplate 2024-11-02 19:12:26 -07:00
parent a012c0f935
commit f648d6b076

3
.cargo/config.toml Normal file
View File

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