Force lua main.c to include luajit headers
On my system, when both lua and luajit are installed, multiple headers exist in /usr/include. However, my lua installation is 5.3, which has some api-breaking changes, which means that the standard lua.h must not be included. Simply force lua.h to come from luajit-2.0 directory.
Showing
Please register or sign in to comment