[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA_PATH, luaconf.h, and ";;"
- From: "steve donovan" <steve.j.donovan@...>
- Date: Fri, 13 Jun 2008 14:55:01 +0200
On Fri, Jun 13, 2008 at 2:44 PM, RJP Computing <rjpcomputing@gmail.com> wrote:
> What if the Lua Binaries added the paths, that LfW (Lua for Windows) uses,
> to their luaconf.h file.
>
> Paths:
> LUA_PATH
> ;;?.lua;<lua_dir>\lualibs\?.lua;<lua_dir>\lualibs\?\init.lua
> LUA_CPATH
Alternatively, the whole thing would work out of the box without a
need for LUA_PATH if the directory was called 'lua' and not 'lualibs'
;)
steve d.