From 047d70002656d2da2ffe255c61ff6e0c98db8f97 Mon Sep 17 00:00:00 2001 From: Craig Carnell <1188869+cscd98@users.noreply.github.com> Date: Sat, 6 Dec 2025 17:22:03 +0000 Subject: [PATCH] Fix compiling to webOS --- Makefile.libretro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.libretro b/Makefile.libretro index 9a24ebfb1..2979944b1 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -615,6 +615,10 @@ else endif +ifneq (,$(findstring webos,$(CROSS_COMPILE))) + PLATFORM_MP3 = 1 +endif + CFLAGS += -D__LIBRETRO__ ifeq ($(USE_LIBRETRO_VFS),1)