mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +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)),)
|
||||
LIBS += -lrt
|
||||
JOYCONFIG_LIBS += -lrt
|
||||
JOYCONFIG_LIBS += -lrt -lpthread
|
||||
OBJ += input/drivers/linuxraw_input.o \
|
||||
input/drivers_joypad/linuxraw_joypad.o
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user