Server build will automatically use system provided lua when it's
available. That has two advantages.
1) We gain e.g. security updates to lua from OS vendor automatically
2) It makes it possible to build server with clang.
Lua does not build with clang, so when it's built as part of
the server, lua prevents building the server with clang.
Server build will automatically use system provided lua when it's available. That has two advantages.
1) We gain e.g. security updates to lua from OS vendor automatically
2) It makes it possible to build server with clang. Lua does not build with clang, so when it's built as part of the server, lua prevents building the server with clang.