Skip to content

Commit

Permalink
restore Haiku build
Browse files Browse the repository at this point in the history
  • Loading branch information
kwyxz authored and notaz committed Jan 10, 2025
1 parent 3fbb647 commit 5231b38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5231b38

Please sign in to comment.