lua-users home
lua-l archive

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


On Tue, Nov 3, 2009 at 6:32 AM, Geoff Leyland <geoff_leyland@fastmail.fm> wrote:
> The documentation on http://www.luarocks.org/en/Creating_a_rock suggests
> that external dependencies work like this:
>
> external_dependencies = {
>   LIBDATE = {
>      headers = "libdate.h"
>   }
> }
>
> But that should be "header" not "headers".

Fixed, thanks! But the site is a wiki, it would be probably be faster
for you to just have changed it directly. :)

> I agree that it's hard to know what the right thing is on OS X - perhaps
> it's as simple as suggesting what you did above in the documentation.  I'm
> trying make a rock for rima at the moment - once I've got through that, I
> might be in a position to have more of an opinion.

Cool -- thanks!

-- Hisham