mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-21 01:13:43 +08:00
Moved mod_lua to build/
This commit is contained in:
parent
1eed770238
commit
e40a44ba70
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user