Commit 6f7f7740 authored by rojer's avatar rojer Committed by GitHub

Merge pull request #678 from tbfly/master

!): Fix for compile error in Android.
parents fc0bf195 df107a27
......@@ -3,6 +3,6 @@ include $(CLEAR_VARS)
LOCAL_CFLAGS := -std=c99 -O2 -W -Wall -pthread -pipe $(COPT)
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)
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