mirror of
https://github.com/otland/forgottenserver
synced 2026-08-15 16:32:07 -04:00
* cmake is upgraded and related configs modified * build using cmake on Windows (with vcpkg) is now possible * cotire is not used when redundant (cmake >= 3.16) * Lua version shown on startup * Github Actions
5 lines
121 B
Lua
5 lines
121 B
Lua
if type(jit) == 'table' then
|
|
print('>> Using ' .. jit.version) --LuaJIT 2.0.2
|
|
else
|
|
print('>> Using ' .. _VERSION)
|
|
end
|