mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Merge pull request #6292 from orbea/upnp
Makefile.common: Fix builtin-miniupnpc.
This commit is contained in:
commit
c58af0d74e
@ -1596,7 +1596,8 @@ ifeq ($(HAVE_NETWORKING), 1)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_BUILTINMINIUPNPC), 1)
|
ifeq ($(HAVE_BUILTINMINIUPNPC), 1)
|
||||||
DEFINES += -DHAVE_BUILTINMINIUPNPC -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR
|
HAVE_MINIUPNPC = 1
|
||||||
|
DEFINES += -DHAVE_MINIUPNPC -DHAVE_BUILTINMINIUPNPC -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR
|
||||||
DEFINES += -I$(DEPS_DIR)
|
DEFINES += -I$(DEPS_DIR)
|
||||||
OBJ += $(DEPS_DIR)/miniupnpc/igd_desc_parse.o \
|
OBJ += $(DEPS_DIR)/miniupnpc/igd_desc_parse.o \
|
||||||
$(DEPS_DIR)/miniupnpc/upnpreplyparse.o \
|
$(DEPS_DIR)/miniupnpc/upnpreplyparse.o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user