mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
(Wii) Compile in HAVE_NETWORKING if HAVE_LOGGER is defined
This commit is contained in:
parent
2dabf43263
commit
cd56d21003
@ -104,6 +104,9 @@ endif
|
||||
LIBS := -lfat $(WHOLE_START) -lretro_wii $(WHOLE_END) -logc -lwiiuse -lbte
|
||||
ifeq ($(USBGECKO), 1)
|
||||
LIBS += -ldb
|
||||
endif
|
||||
ifeq ($(HAVE_LOGGER), 1)
|
||||
HAVE_NETWORKING=1
|
||||
endif
|
||||
APP_BOOTER_DIR = wii/app_booter
|
||||
PLATOBJS := $(APP_BOOTER_DIR)/app_booter.binobj
|
||||
|
Loading…
x
Reference in New Issue
Block a user