added linker flag for arm builds

This commit is contained in:
epi 2021-03-05 09:14:43 -06:00
parent fa4e3d5d88
commit 23ab009c08

View File

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