diff options
| author | moteus <mimir@newmail.ru> | 2013-12-31 13:18:08 +0400 |
|---|---|---|
| committer | moteus <mimir@newmail.ru> | 2013-12-31 13:18:08 +0400 |
| commit | f259a7328461722cd3ff27c27dfbc30ffd48e96f (patch) | |
| tree | c484dd9d9d61939500e856f4b43cb233641135f9 | |
| parent | af2087987852b6250e7aaafd626e292893d43a7d (diff) | |
| download | lua-llthreads2-f259a7328461722cd3ff27c27dfbc30ffd48e96f.tar.gz lua-llthreads2-f259a7328461722cd3ff27c27dfbc30ffd48e96f.tar.bz2 lua-llthreads2-f259a7328461722cd3ff27c27dfbc30ffd48e96f.zip | |
Fix. llthreads2 rockspec
| -rw-r--r-- | rockspecs/lua-llthreads2-scm-0.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rockspecs/lua-llthreads2-scm-0.rockspec b/rockspecs/lua-llthreads2-scm-0.rockspec index 9810118..87f9b15 100644 --- a/rockspecs/lua-llthreads2-scm-0.rockspec +++ b/rockspecs/lua-llthreads2-scm-0.rockspec | |||
| @@ -22,14 +22,14 @@ build = { | |||
| 22 | platforms = { | 22 | platforms = { |
| 23 | unix = { | 23 | unix = { |
| 24 | modules = { | 24 | modules = { |
| 25 | llthreads = { | 25 | llthreads2 = { |
| 26 | libraries = {"pthread"}, | 26 | libraries = {"pthread"}, |
| 27 | } | 27 | } |
| 28 | } | 28 | } |
| 29 | }, | 29 | }, |
| 30 | windows = { | 30 | windows = { |
| 31 | modules = { | 31 | modules = { |
| 32 | llthreads = { | 32 | llthreads2 = { |
| 33 | libraries = {"kernel32"}, | 33 | libraries = {"kernel32"}, |
| 34 | } | 34 | } |
| 35 | } | 35 | } |
