Commit e40a44ba authored by Sergey Lyubka's avatar Sergey Lyubka

Moved mod_lua to build/

parent 1eed7702
...@@ -4277,7 +4277,7 @@ static uint32_t get_remote_ip(const struct mg_connection *conn) { ...@@ -4277,7 +4277,7 @@ static uint32_t get_remote_ip(const struct mg_connection *conn) {
} }
#ifdef USE_LUA #ifdef USE_LUA
#include "mod_lua.c" #include "build/mod_lua.c"
#endif // USE_LUA #endif // USE_LUA
int mg_upload(struct mg_connection *conn, const char *destination_dir) { int mg_upload(struct mg_connection *conn, const char *destination_dir) {
......
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