From: Benjamin FRANCOIS Date: Fri, 10 Jan 2025 19:56:50 +0000 (-0800) Subject: restore Haiku build X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5231b38ca46f1d433b2ce3e29a99401321bc7992;p=pcsx_rearmed.git restore Haiku build --- 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