mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
Makefile.common - add JOYCONFIG_LIBS
This commit is contained in:
parent
812a873f0c
commit
ec196e9f17
@ -10,6 +10,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(HAVE_DYLIB), 1)
|
ifeq ($(HAVE_DYLIB), 1)
|
||||||
DEFINES += -DHAVE_DYLIB
|
DEFINES += -DHAVE_DYLIB
|
||||||
|
JOYCONFIG_LIBS += $(DYLIB_LIB)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(SCALER_NO_SIMD), 1)
|
ifeq ($(SCALER_NO_SIMD), 1)
|
||||||
@ -730,5 +731,4 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
# Joyconfig binary
|
# Joyconfig binary
|
||||||
JOYCONFIG_LIBS += -ldl
|
|
||||||
JOYCONFIG_OBJ += tools/retroarch-joyconfig-griffin.o
|
JOYCONFIG_OBJ += tools/retroarch-joyconfig-griffin.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user