mirror of
https://github.com/libretro/RetroArch
synced 2025-04-24 15:02:35 +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
|
# Switches
|
||||||
|
|
||||||
|
ifeq ($(HAVE_NETLOGGER), 1)
|
||||||
|
CFLAGS += -DHAVE_LOGGER
|
||||||
|
DEFINES += -DHAVE_LOGGER
|
||||||
|
OBJ += network/net_logger.o
|
||||||
|
endif
|
||||||
|
|
||||||
# System
|
# System
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user