Commit df107a27 authored by Lu ZhiHe's avatar Lu ZhiHe

!): Fix for compile error in Android.

parent b7a07483
...@@ -3,6 +3,6 @@ include $(CLEAR_VARS) ...@@ -3,6 +3,6 @@ include $(CLEAR_VARS)
LOCAL_CFLAGS := -std=c99 -O2 -W -Wall -pthread -pipe $(COPT) LOCAL_CFLAGS := -std=c99 -O2 -W -Wall -pthread -pipe $(COPT)
LOCAL_MODULE := mongoose LOCAL_MODULE := mongoose
LOCAL_SRC_FILES := examples/hello_world/hello_world.c mongoose.c LOCAL_SRC_FILES := examples/simplest_web_server/simplest_web_server.c mongoose.c
include $(BUILD_EXECUTABLE) include $(BUILD_EXECUTABLE)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment