New comment by M374LX on void-packages repository https://github.com/void-linux/void-packages/pull/48682#issuecomment-1942115233 Comment: The game's sources bundle raylib already. It looks like ``xbps-src`` is overriding the Makefile's ``CFLAGS``. If so, what should I do when the Makefile contains its own ``CFLAGS``? **Update:** Adding a custom ``do_build()`` that just calls ``make`` seems to fix the build problems, but the following error now happens: ``` => ERROR: alexvsbus-2024.02.13.0_1: PKGDESTDIR is empty and build_style != meta => ERROR: alexvsbus-2024.02.13.0_1: cannot continue with installation! ```