summaryrefslogtreecommitdiffstats
path: root/src/luajit.mk
Commit message (Collapse)AuthorAgeFilesLines
* update LuaJIT from 2.0.3 to 2.0.4Boris Nagaev2015-05-141-2/+2
|
* luajit: add dependency dlfcn-win32Avi Halachmi (:avih)2015-02-181-1/+1
| | | | | | | | luajit.pc contains: Libs.private: -Wl,-E -lm -ldl while the luajit website states that dlopen is only required on linux, adding dlfcn-win32 as a dependency is probably safer for MXE than removing -ldl especially since MXE supports dlfcn-win32 and projects which use luajit.pc are satisfied when dlfcn-win32 was built, but not satisfied otherwise.
* Add a $(BITS) convenience variableTimothy Gu2014-11-171-5/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* luajit: support 64-bitTimothy Gu2014-10-011-2/+8
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* add package LuaJITBoris Nagaev2014-10-011-0/+24