mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Bake in http_lib.c when HAVE_NETPLAY is defined
This commit is contained in:
parent
4cc853b9be
commit
854910951c
@ -599,7 +599,7 @@ endif
|
||||
ifeq ($(HAVE_NETPLAY), 1)
|
||||
DEFINES += -DHAVE_NETPLAY -DHAVE_NETWORK_CMD
|
||||
OBJ += netplay.o
|
||||
#OBJ += http_lib.o
|
||||
OBJ += http_lib.o
|
||||
ifneq ($(findstring Win32,$(OS)),)
|
||||
LIBS += -lws2_32
|
||||
endif
|
||||
|
@ -640,6 +640,7 @@ NETPLAY
|
||||
============================================================ */
|
||||
#ifdef HAVE_NETPLAY
|
||||
#include "../netplay.c"
|
||||
#include "../http_lib.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
|
Loading…
Reference in New Issue
Block a user