[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 performance for number crunching
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 21 Feb 2011 13:08:50 +0200
On Mon, Feb 21, 2011 at 12:54 PM, T T <t34www@googlemail.com> wrote:
> Is it possible to configure luaJIT, so that it finds its packages
> relative to the executable location?
This would be standard behaviour on Windows, but generally on Unix
finding out where you actually are is a little more tricky; besides,
it's the standard way and changes would mess with people's
expectations.
(There are patches out there for Lua which bake-in a different package
path on building)
steve d.