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