On Sun, May 15, 2011 at 3:43 PM, steve donovan
<[email protected]> wrote:
> Also I suspect it isn't needed full-stop, because Lua itself is linked
> against libm.a?

Always be suspicious of someone who ends a statement with a question
mark, but I did try the rockspec without the "m" and it built fine on
Linux.

If you want your tests to be copied over then you will need this:

build = {
  type = "builtin",
  modules = {
     ...
  },
  copy_directories = {"tests"}
}

Any documentation stuff needs to be in its own directory to be copied, alas.

steve d.

_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to