restore Haiku build
authorBenjamin FRANCOIS <kwyxz@kwyxz.org>
Fri, 10 Jan 2025 19:56:50 +0000 (11:56 -0800)
committernotaz <notasas@gmail.com>
Fri, 10 Jan 2025 23:44:29 +0000 (01:44 +0200)
Makefile.libretro

index 18b4dee..40d635b 100644 (file)
@@ -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