mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
*nix ENet build fix. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4390 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
dd5f71e3ff
commit
cf14fef6c5
2 changed files with 2 additions and 0 deletions
|
@ -331,6 +331,7 @@ endif
|
|||
|
||||
ifeq ($(PLATFORM),WII)
|
||||
override USE_LIBVPX = 0
|
||||
override NETCODE = 0
|
||||
endif
|
||||
ifeq ($(PLATFORM),GCW)
|
||||
override USE_LIBVPX = 0
|
||||
|
|
|
@ -38,6 +38,7 @@ ifeq ($(PLATFORM),WINDOWS)
|
|||
OBJ=obj_win
|
||||
else
|
||||
OBJECTS+= $(OBJ)/unix.o
|
||||
OURCFLAGS+= -DHAS_SOCKLEN_T
|
||||
endif
|
||||
|
||||
# OBJECTS=$(SOURCES:%.c=$(OBJ)/%.o)
|
||||
|
|
Loading…
Reference in a new issue