mirror of
https://github.com/jhbruhn/jellyfin-radio.git
synced 2025-03-14 19:45:50 +00:00
Update cargo config for cross platform linking
This commit is contained in:
parent
78fecaa621
commit
1ad44d172c
1 changed files with 5 additions and 0 deletions
5
.cargo/config
Normal file
5
.cargo/config
Normal file
|
@ -0,0 +1,5 @@
|
|||
[target.armv7-unknown-linux-gnueabihf]
|
||||
linker = "arm-linux-gnueabihf-gcc"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
Loading…
Reference in a new issue