lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Here are my fake deps and functions, in order to compile lua:
> 
>   [...]
> 
> So my question is, is there a proper way to do not depend on locale,
> system, and tmpfile? I don't have a proper implementation, and I don't
> actually want it to be used from the scripts either.

Your approach seems a quite proper way to do it.

-- Roberto