zenorogue / noteye

A frontend to modify the input/output of console and libtcod roguelikes.
GNU General Public License v3.0
55 stars 14 forks source link

Fix newer Lua versions #16

Open jaydg opened 6 years ago

jaydg commented 6 years ago

As the title says: these changes allow building with Lua 5.2/5.3 and generalize the definition of the compiler/linker flags for LuaJIT.

After fixing the build, I've noticed that regular Lua doesn't work at all. D'oh!

Nevertheless, these changes might be helpful one day.