mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
Fix for compiling on Haiku
This commit is contained in:
parent
92e5036eb6
commit
14e259ac39
5
Makefile
5
Makefile
@ -65,9 +65,10 @@ ifneq ($(findstring Linux,$(OS)),)
|
|||||||
JOYCONFIG_OBJ += input/linuxraw_joypad.o
|
JOYCONFIG_OBJ += input/linuxraw_joypad.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
OBJ += autosave.o thread.o
|
||||||
|
|
||||||
ifeq ($(HAVE_THREADS), 1)
|
ifeq ($(HAVE_THREADS), 1)
|
||||||
OBJ += autosave.o thread.o
|
LIBS +=
|
||||||
LIBS += -lpthread
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_CONFIGFILE), 1)
|
ifeq ($(HAVE_CONFIGFILE), 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user