Closed benoit-pierre closed 1 month ago
In preparation for using pkg-config to handle LuaJIT's compilation flags in some external projects (luajit.pc
is currently not used).
Wasn't there a thing where on Android (and possibly macOS?), Lua/C modules needed to be explicitly linked to the luajit lib for... reasons?
Yes, which is why it's only patched out when we don't use the luajit library.
Oh, duh'. Long day, sorry ;).
To prevent Lua modules from linking with it.
This change is