notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fbb647
)
restore Haiku build
author
Benjamin FRANCOIS
<kwyxz@kwyxz.org>
Fri, 10 Jan 2025 19:56:50 +0000
(11:56 -0800)
committer
notaz
<notasas@gmail.com>
Fri, 10 Jan 2025 23:44:29 +0000
(
01:44
+0200)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
18b4dee
..
40d635b
100644
(file)
--- 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