From 3e67fa72439a75efe0caffb2e2790c041bfde7db Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Thu, 24 Mar 2011 06:10:13 -0700 Subject: [PATCH] Fixed luarocks build. --- rockspecs/lua-zmq-threads-scm-0.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockspecs/lua-zmq-threads-scm-0.rockspec b/rockspecs/lua-zmq-threads-scm-0.rockspec index 15fa4b8..bc7b0f0 100644 --- a/rockspecs/lua-zmq-threads-scm-0.rockspec +++ b/rockspecs/lua-zmq-threads-scm-0.rockspec @@ -12,7 +12,7 @@ dependencies = { "lua-zmq", } build = { - type = "builtin", + type = "none", install = { lua = { ['zmq.threads'] = "src/threads.lua",