Support compiling without posix_memalign() function
authorPaul Cercueil <paul@crapouillou.net>
Sat, 11 Feb 2023 14:47:30 +0000 (14:47 +0000)
committerPaul Cercueil <paul@crapouillou.net>
Sun, 23 Jul 2023 18:10:24 +0000 (20:10 +0200)
commit8e224f98516144722076e79b372c67ba7ded7577
treeffa9a5ad18609beec45f4224cf3ae33d37684796
parent78bb116f38e967174ce6255a51c9d19805e8fcb2
Support compiling without posix_memalign() function

Add NO_POSIX_MEMALIGN option in Makefile.libretro to support platform
that don't provide the posix_memalign() function.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Makefile
Makefile.libretro
frontend/libretro.c