Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow custom PREFIX and MULTILIB in bulding TvmJIT
`make TVMJIT_PREFIX=/usr` will pass PREFIX to TvmJIT Makefile. `make TVMJIT_MULTILIB="lib/$(gcc -print-multiarch)"` will pass MULTILIB to TvmJIT Makefile. It's useful for building Shine with default package.path and package.cpath values mimicking the same default values of LuaJIT installed via way preferred by Linux distro (like LuaJIT packaged in Debian and installed via `apt`).
- Loading branch information