Canik05 / freeciv-tnt

https://www.tacticsandtriumph.com
Other
3 stars 2 forks source link

Install OS provided lua, if available #12

Closed cazfi closed 3 years ago

cazfi commented 3 years ago

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.