Re: Problems with lua 5.2, locale, tmpfile, ... and so on
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Problems with lua 5.2, locale, tmpfile, ... and so on
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2012年1月19日 16:25:53 -0200
> 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