mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 13:01:21 +00:00
ee61ede092
git-svn-id: https://svn.eduke32.com/eduke32@4001 1a8010ca-5511-0410-912e-c29ae57300e0
6 lines
452 B
Text
6 lines
452 B
Text
This directory currently resides below eduke32/ because luajit (the stand-alone
|
|
LuaJIT interpreter) requires "jit.bcsave" for creating bytecode dumps. However,
|
|
there seems to be no way invoke luajit so as to add a directory to its search
|
|
path AND create bytecode in one run from a Makefile. Because the build is done
|
|
from eduke32/, in this setup, "jit.bcsave" is found since the current working
|
|
directory is part of the Lua load path by default.
|