add lua to built-ins log

This commit is contained in:
Joris Vink 2023-01-23 21:56:49 +01:00
parent 98fba44147
commit 9fec810ce8
1 changed files with 3 additions and 0 deletions

View File

@ -845,6 +845,9 @@ kore_server_start(int argc, char *argv[])
#endif
#if defined(KORE_USE_CURL)
"curl "
#endif
#if defined(KORE_USE_LUA)
"lua "
#endif
);
}