mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-27 02:40:31 +00:00
Fix Haiku build (#549)
This commit is contained in:
parent
88f79a459a
commit
a6a78b376a
4
Makefile
4
Makefile
@ -82,7 +82,11 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
ifneq ($(shell uname -p | grep -E '((i.|x)86|amd64)'),)
|
||||
IS_X86 = 1
|
||||
endif
|
||||
ifneq (,$(findstring Haiku,$(shell uname -s)))
|
||||
LDFLAGS += $(PTHREAD_FLAGS) -lroot
|
||||
else
|
||||
LDFLAGS += $(PTHREAD_FLAGS) -ldl
|
||||
endif
|
||||
FLAGS +=
|
||||
ifeq ($(HAVE_OPENGL),1)
|
||||
ifneq (,$(findstring gles,$(platform)))
|
||||
|
Loading…
Reference in New Issue
Block a user