mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
(Makefile.common) Rearrange conditional
This commit is contained in:
parent
fbd2e9aa84
commit
f9e389ac56
@ -478,9 +478,6 @@ ifeq ($(HAVE_COMMAND), 1)
|
||||
OBJ += command.o
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_NETWORK_GAMEPAD), 1)
|
||||
OBJ += remote.o
|
||||
endif
|
||||
|
||||
#Input
|
||||
|
||||
@ -892,6 +889,10 @@ ifeq ($(HAVE_NETWORKING), 1)
|
||||
OBJ += cheevos.o libretro-common/utils/md5.o
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_NETWORK_GAMEPAD), 1)
|
||||
OBJ += remote.o
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(findstring Win32,$(OS)),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user