diff --git a/sile.changes b/sile.changes index 69f378e..72dc9d9 100644 --- a/sile.changes +++ b/sile.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Jun 18 17:16:10 UTC 2024 - Gordon Leung -- 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?