Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cmake: Silence warnings. (#9750) | orbea | 2020-04-28 |
| | | | Fixes https://github.com/minetest/minetest/issues/9734 | ||
* | Find LuaJIT headers on vcpkg | Unknown | 2019-08-18 |
| | | | luajit headers were moved into a subdirectory to avoid conflicts with plain lua | ||
* | Add compatibility to vcpkg buildsystem (#8317) | adrido | 2019-06-10 |
| | |||
* | Fix luajit include not being found | rubenwardy | 2018-05-08 |
| | |||
* | Improve LuaJIT detection | Ferdinand Thiessen | 2015-12-05 |
On openSUSE luajit is not detected correctly. This is because openSUSE is using a lua version suffix, like other Linux distributions do it also. So the include directory is: include/luajit-5_1-2.0 |