mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
In this commit BR2_PACKAGE_MUSL_SUPPORTS looks redundant with BR2_PACKAGE_MUSL_ARCH_SUPPORTS, but for other C libraries, like glibc, it can be different. To be consistent, we use the same pattern for musl. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>