mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +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)
|
||||
DEFINES += -DHAVE_DYLIB
|
||||
JOYCONFIG_LIBS += $(DYLIB_LIB)
|
||||
endif
|
||||
|
||||
ifeq ($(SCALER_NO_SIMD), 1)
|
||||
@ -730,5 +731,4 @@ endif
|
||||
|
||||
|
||||
# Joyconfig binary
|
||||
JOYCONFIG_LIBS += -ldl
|
||||
JOYCONFIG_OBJ += tools/retroarch-joyconfig-griffin.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user