File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ LOCAL_MODULE := enet
135135LOCAL_PATH := .
136136LOCAL_CPP_FEATURES += rtti
137137LOCAL_SRC_FILES := $(wildcard ../lib/enet/* .c)
138- LOCAL_CFLAGS := -I../lib/enet/include/ -DHAS_SOCKLEN_T
138+ LOCAL_CFLAGS := -I../lib/enet/include/ -DHAS_SOCKLEN_T -DENABLE_IPV6
139139include $(BUILD_STATIC_LIBRARY )
140140include $(CLEAR_VARS )
141141
@@ -209,6 +209,7 @@ LOCAL_CFLAGS := -I../lib/angelscript/include \
209209 -DUSE_GLES2 \
210210 -DMOBILE_STK \
211211 -DENABLE_SOUND \
212+ -DENABLE_IPV6 \
212213 -DENABLE_CRYPTO_OPENSSL \
213214 -DNDEBUG \
214215 -DANDROID_PACKAGE_NAME=\"$(PACKAGE_NAME ) \" \
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ extern "C"
4040#include < err.h>
4141#include < netdb.h>
4242#include < sys/socket.h>
43- #include < sys/sysctl.h>
4443#include < stdlib.h>
4544#endif
4645
You can’t perform that action at this time.
0 commit comments