[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work2) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 21 Jun 2018 07:42:41 -0300
> %MYLINK% /out:luac.exe *.obj
I wonder why this is not as below, which was what I meant:
%MYLINK% /out:luac.exe luac.obj lua54.lib
Is it because lua54.lib is affected by /DLUA_BUILD_AS_DLL ? Indeed,
luac.exe needs to be statically linked.
Anyway, the luaP_opmodes glitch will be fixed for the final Lua 5.4.0
release. Thanks for the report.