[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] luaffi (ffi library ala luajit's for the standard lua vm)
- From: James McKaskill <james@...>
- Date: Sat, 16 Jul 2011 09:16:54 -0400
On Sat, Jul 16, 2011 at 01:41, Zhu Ya Dong <lordix@gmail.com> wrote:
> On 2011年07月16日 05:48, James McKaskill wrote:
>>
>> Currently only dll builds are supported (ie no static).
>
> Great job! Only one question: is static version in plan? or never?
Don't see any reason why not. Static builds just require some tweaks
to the defines in ffi.h and the makefiles. I just wanted to limit the
number of builds at first to get something out of the door.
-- James