Gordon Leung 2024-06-19 00:14:17 +00:00 committed by Git OBS Bridge
parent 9972cc9858
commit d2baa0a022

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Tue Jun 18 17:16:10 UTC 2024 - Gordon Leung <pirateclip@protonmail.com>
- Add export LUA_INCLUDE="-I/usr/include/luajit-5_1-2.1"
- Add export LUA_INCLUDE="$(pkg-config --cflags-only-I luajit)"
so that we are finally building with LuaJIT headers.
* I don't know why the configure file does not detect them by default
are they placed in a non-standard location?