Fix ARCH deduction on armv7l when using Makefiles
The Makefile on ARMv7l devices (e.g. Raspberry Pi 400 running the stock Raspbian distro) was failing to deduct the architecture and empty libraries were being built as a result. Building with Meson works fine; only building with make generated empty libraries. Add an override for armv7l -> arm in the Makefile to address this.pull/26/head
parent
7df60a2504
commit
7823593b6f
Loading…
Reference in New Issue