Require llthreads version 1.1

pull/15/merge
Robert G. Jakabosky 15 years ago
parent ce2a44c408
commit 76a84fbf2e

@ -23,7 +23,7 @@ Steps to install on Windows XP (using MinGW+MSYS)
4. Install cmake-2.8.4-win32-x86 4. Install cmake-2.8.4-win32-x86
5. Download Neopallium-lua-zmq-1.0 5. Download Neopallium-lua-zmq-1.1
6. Use cmake+mingw+msys to build 6. Use cmake+mingw+msys to build

@ -10,8 +10,8 @@ description = {
license = "MIT/X11" license = "MIT/X11"
} }
dependencies = { dependencies = {
"lua-zmq", "lua-zmq = 1.1-1",
"lua-llthreads", "lua-llthreads = 1.1-1",
} }
build = { build = {
type = "none", type = "none",

Loading…
Cancel
Save