lua-users home
lua-l archive

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


On 6/11/2009, at 2:32 PM, Hisham wrote:

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. :)

Thanks, and noted. I'll take the initiative if I spot anything else - but I'll also let you know what I did.