From 5231b38ca46f1d433b2ce3e29a99401321bc7992 Mon Sep 17 00:00:00 2001 From: Benjamin FRANCOIS Date: Fri, 10 Jan 2025 11:56:50 -0800 Subject: [PATCH] restore Haiku build --- Makefile.libretro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.libretro b/Makefile.libretro index 18b4deeb..40d635bb 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -124,6 +124,8 @@ endif LIBPTHREAD := -lpthread ifneq ($(findstring Haiku,$(shell uname -s)),) LIBDL := -lroot -lnetwork +# easiest way to prevent libretro-common from breaking on Haiku +HAVE_PHYSICAL_CDROM := 0 else LIBDL := -ldl endif -- 2.39.5