luadec
luadec copied to clipboard
`allopcodes_lua_len` not found?
I cloned this repo on Linux and macOS but both are failed while looking for the symbol allopcodes_lua_len
:
luaopswap.c:324:31: error: use of undeclared identifier 'allopcodes_lua_len'; did you mean 'allopcodes_luac_len'?
int bufflen = cmp_gen_lua ? allopcodes_lua_len : allopcodes_luac_len;
^~~~~~~~~~~~~~~~~~
allopcodes_luac_len
How could I fix this issue?
same here
make clean, and try again