mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-05 22:31:43 +00:00
Update Makefile
This commit is contained in:
parent
1f8bef7eeb
commit
a5ceef033b
4
Makefile
4
Makefile
@ -72,7 +72,9 @@ endif
|
|||||||
OBJ += autosave.o thread.o
|
OBJ += autosave.o thread.o
|
||||||
|
|
||||||
ifeq ($(HAVE_THREADS), 1)
|
ifeq ($(HAVE_THREADS), 1)
|
||||||
LIBS +=
|
ifneq ($(findstring Haiku,$(OS)),)
|
||||||
|
LIBS += -lpthread
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_CONFIGFILE), 1)
|
ifeq ($(HAVE_CONFIGFILE), 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user