(Wii) Compile in HAVE_NETWORKING if HAVE_LOGGER is defined

This commit is contained in:
twinaphex 2015-08-29 18:45:42 +02:00
parent 2dabf43263
commit cd56d21003

View File

@ -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