mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
add lua to built-ins log
This commit is contained in:
parent
98fba44147
commit
9fec810ce8
@ -845,6 +845,9 @@ kore_server_start(int argc, char *argv[])
|
|||||||
#endif
|
#endif
|
||||||
#if defined(KORE_USE_CURL)
|
#if defined(KORE_USE_CURL)
|
||||||
"curl "
|
"curl "
|
||||||
|
#endif
|
||||||
|
#if defined(KORE_USE_LUA)
|
||||||
|
"lua "
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user