mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-22 09:15:02 +00:00
Fix xinput autoconfig support in MSYS2 builds
This commit is contained in:
parent
380c1a7724
commit
0c0241dae7
@ -306,7 +306,7 @@ ifeq ($(HAVE_DINPUT), 1)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_WINXINPUT), 1)
|
||||
DEFINES += -DHAVE_WINXINPUT
|
||||
DEFINES += -DHAVE_WINXINPUT -DHAVE_BUILTIN_AUTOCONFIG
|
||||
OBJ += input/winxinput_joypad.o \
|
||||
input/autoconf/builtin_win.o
|
||||
JOYCONFIG_OBJ += input/winxinput_joypad.o
|
||||
|
@ -64,7 +64,7 @@ OBJ :=
|
||||
JOYCONFIG_OBJ :=
|
||||
LIBS := -lm
|
||||
JOYCONFIG_LIBS :=
|
||||
DEFINES := -I. -DHAVE_BUILTIN_AUTOCONFIG -DRARCH_INTERNAL -DHAVE_CC_RESAMPLER -DHAVE_OVERLAY
|
||||
DEFINES := -I. -DRARCH_INTERNAL -DHAVE_CC_RESAMPLER -DHAVE_OVERLAY
|
||||
LDFLAGS := -L. -static-libgcc
|
||||
|
||||
include Makefile.common
|
||||
|
Loading…
x
Reference in New Issue
Block a user