Moved mod_lua to build/

This commit is contained in:
Sergey Lyubka 2013-08-18 23:04:36 +01:00
parent 1eed770238
commit e40a44ba70
2 changed files with 1 additions and 1 deletions

View File

@ -4277,7 +4277,7 @@ static uint32_t get_remote_ip(const struct mg_connection *conn) {
}
#ifdef USE_LUA
#include "mod_lua.c"
#include "build/mod_lua.c"
#endif // USE_LUA
int mg_upload(struct mg_connection *conn, const char *destination_dir) {