Re: [ANN] Lua 5.3.0 (work3) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work3) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2014年6月23日 22:25:44 -0300
> It seems that `-DLUA_COMPAT_ALL` in the Makefile doesn't have any
> effect. Some combination of `LUA_COMPAT_5_2` and `LUA_COMPAT_5_1` is needed.
Thanks for the report. The correct entry in the Makefile is -DLUA_COMPAT_5_2.