mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 13:24:01 +00:00
Add HAVE_NETLOGGER rule
This commit is contained in:
parent
c6e1b47d98
commit
472df1ad33
@ -94,6 +94,11 @@ CFLAGS += -I$(LIBRETRO_COMM_DIR)/include
|
||||
|
||||
# Switches
|
||||
|
||||
ifeq ($(HAVE_NETLOGGER), 1)
|
||||
CFLAGS += -DHAVE_LOGGER
|
||||
DEFINES += -DHAVE_LOGGER
|
||||
OBJ += network/net_logger.o
|
||||
endif
|
||||
|
||||
# System
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user