add linker cargo file for compilation to target linux-unknown
This commit is contained in:
parent
cbf974f6f8
commit
3cc8a6baff
1 changed files with 2 additions and 0 deletions
2
viz/viz/.cargo/config
Normal file
2
viz/viz/.cargo/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
[target.armv7-unknown-linux-gnueabihf]
|
||||
linker = "arm-linux-gnueabihf-gcc"
|
Loading…
Reference in a new issue