fix command to run on cargo.config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-03-18 12:39:58 +00:00
parent 87c01fb03c
commit bd1a735e46

View File

@ -1,2 +1,2 @@
[target.armv7-unknown-linux-gnueabihf]
linker = "armv7-unknown-linux-gnueabihf-gcc"
linker = "arm-linux-gnueabihf-gcc"