On Mon, Oct 18, 2010 at 4:19 PM, Hisham <[email protected]> wrote: > external_dependencies = { > FOO = { > header = { 'foo.h', 'foo/foo.h' } > } > } > > it will try each of them in turn and succeed if any of them match, right?
I got an error from the verifier on that one - which is why I went for a semi-colon separated list. > obvious that this should be the behavior, as there are programs that > do things like #include <SDL/SDL_mixer.h>). Ah, that is a point - like it would match /usr/include/gtk-2.0/gtk/gtk.h and wrongly deduce the include directory for GTK+ programs. Not clear what notation is needed in this case... steve d. _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
