Re: Embedding scripts in executable
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Embedding scripts in executable
- From: steve donovan <steve.j.donovan@...>
- Date: 2011年9月29日 12:21:59 +0200
On Thu, Sep 29, 2011 at 11:51 AM, Shmuel Zeigerman <shmuz@013net.net> wrote:
> What are the jit.* modules that need to be installed?
The lib directory in the LuaJIT release has to be renamed as jit and
put on the module path; that is, -b is implicitly doing a require
'jit.*' on these guys
steve d.