mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
Add -lpthread to JOYCONFIG_LIBS for Linux
This commit is contained in:
parent
a62bbfe283
commit
90399c6ca7
@ -62,7 +62,7 @@ endif
|
|||||||
|
|
||||||
ifneq ($(findstring Linux,$(OS)),)
|
ifneq ($(findstring Linux,$(OS)),)
|
||||||
LIBS += -lrt
|
LIBS += -lrt
|
||||||
JOYCONFIG_LIBS += -lrt
|
JOYCONFIG_LIBS += -lrt -lpthread
|
||||||
OBJ += input/drivers/linuxraw_input.o \
|
OBJ += input/drivers/linuxraw_input.o \
|
||||||
input/drivers_joypad/linuxraw_joypad.o
|
input/drivers_joypad/linuxraw_joypad.o
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user