mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-04-09 17:23:30 +00:00
IPv6 support enabled by configure
This commit is contained in:
parent
ded6ff6045
commit
4a7362fda5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ ifeq ($(HAVE_WSOCK),yes)
|
|||
NET_SRC = net_win.c net_wins.c net_wipx.c
|
||||
else
|
||||
ifeq ($(HAVE_UDP),yes)
|
||||
NET_SRC = net_bsd.c net_udp.c
|
||||
NET_SRC = net_bsd.c @NET_SOURCE@
|
||||
else
|
||||
NET_SRC = net_dos.c net_bw.c net_ipx.c net_mp.c net_ser.c
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue