On Sat, May 21, 2011 at 5:24 PM, Peter Odding <[email protected]> wrote: > Maybe in rockspecs a table of options could be provided and the first > valid one would be used, like pkgconfig = {'lua5.1', 'lua'}.
That would be straightforward, I think; what isn't straightforward is forwarding the results to builtin builds, where everything has to be nicely categorized as inc dirs, etc. Resorting to parsing the --cflags output of pkg-config to get the include dirs would be possible, although less than elegant. The question is: how to add this kind of thing without making LR full of hacks and special cases? steve d. _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
